Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit bb66117

Browse files
Scale Botsemantic-release-bot
authored andcommitted
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.2...v1.8.0) (2020-03-28) ### Features * create amazonOptions on OAuthClient's constructor ([5748d5d](5748d5d)) * create client on OAuthClient's constructor ([c3cd82c](c3cd82c)) * implement muliple regions authorization ([9c3fbe0](9c3fbe0)) * throw an error when marketplace doesn't have advertising ([6af0332](6af0332))
1 parent 83528a4 commit bb66117

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.8.0](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/compare/v1.7.2...v1.8.0) (2020-03-28)
7+
8+
9+
### Features
10+
11+
* create amazonOptions on OAuthClient's constructor ([5748d5d](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/5748d5d20d9e8e6b6ce5f3c15bce2e55939f591a))
12+
* create client on OAuthClient's constructor ([c3cd82c](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/c3cd82c0e9786562fb749c28693e436052efcd8f))
13+
* implement muliple regions authorization ([9c3fbe0](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/9c3fbe0437dd67a12301519aea2976a69b8454c9))
14+
* throw an error when marketplace doesn't have advertising ([6af0332](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/6af033214b7d02bbb63080f5fa47bb3248aefdd4))
15+
616
## [1.7.2](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/compare/v1.7.1...v1.7.2) (2020-03-25)
717

818

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleleap/amazon-advertising-api-sdk",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)