Skip to content

Commit

Permalink
chore(release): 1.29.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.29.0](v1.28.0...v1.29.0) (2020-08-30)

### Bug Fixes

* incorrect import NegativeTargetingClause path ([f8ecf9d](f8ecf9d))
* incorrect list negative targeting url ([986bfa3](986bfa3))

### Features

* implement create sd negative targeting method ([5a76497](5a76497))
* implement get and update sd negative targeting method ([2346d54](2346d54))
* implement list and archive sd negative targeting ([298a7f7](298a7f7))
  • Loading branch information
Scale Bot authored and semantic-release-bot committed Aug 30, 2020
1 parent 1424499 commit 63e517b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.29.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.28.0...v1.29.0) (2020-08-30)


### Bug Fixes

* incorrect import NegativeTargetingClause path ([f8ecf9d](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/f8ecf9d2bdad201ee8e6e41f9c59bec6ee015f3f))
* incorrect list negative targeting url ([986bfa3](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/986bfa3236c81d035464ffb7eedcd4249128ae4a))


### Features

* implement create sd negative targeting method ([5a76497](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/5a7649751a81861840fe99b0a24dc7e2275c3c83))
* implement get and update sd negative targeting method ([2346d54](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/2346d5460aa7792e5cf4ffc5b1c81dd250cde6e1))
* implement list and archive sd negative targeting ([298a7f7](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/298a7f7e9429344d682b49f56e5e5635f4089f6f))

# [1.28.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.27.5...v1.28.0) (2020-08-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleleap/amazon-advertising-api-sdk",
"version": "1.28.0",
"version": "1.29.0",
"description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 63e517b

Please sign in to comment.