Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 14, 2022
1 parent d00515e commit d66db67
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/whitebox-co/amazon-ads-api/compare/v1.3.0...v1.4.0) (2022-03-14)

### Bug Fixes

- **deps:** bump axios from 0.25.0 to 0.26.1 ([#87](https://github.com/whitebox-co/amazon-ads-api/issues/87)) ([86694da](https://github.com/whitebox-co/amazon-ads-api/commit/86694da162795f9a9dcd9a57d5b5316be34087dd))

### Features

- auto generated updates based on latest amazon schema changes ([2477264](https://github.com/whitebox-co/amazon-ads-api/commit/24772642a69d92595ad7587e5601e54c9eec9691))
- configuration and adsapi constructor now take a bottleneck limiter as an optional param ([9a2f127](https://github.com/whitebox-co/amazon-ads-api/commit/9a2f127b7ad66bd5ac454030ea6e2c1222d7c32c))
- integrating latest amazon schema changes, adding ability for retries to refresh tokens on 401 ([60751a0](https://github.com/whitebox-co/amazon-ads-api/commit/60751a01b202f2e88c7610c1dc90208f111502fa))

# [1.3.0](https://github.com/whitebox-co/amazon-ads-api/compare/v1.2.0...v1.3.0) (2022-03-04)

### Features
Expand Down
4 changes: 2 additions & 2 deletions 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": "@whitebox-co/amazon-ads-api",
"version": "1.3.0",
"version": "1.4.0",
"description": "A fully typed TypeScript and Node.js API library for the Amazon Ads API",
"license": "MIT",
"author": {
Expand Down

0 comments on commit d66db67

Please sign in to comment.