diff --git a/CHANGELOG.md b/CHANGELOG.md index 18810d3f6..79990a7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.4](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.3.3...v3.3.4) (2022-01-18) + + +### Bug Fixes + +* **deps:** update dependency http-status-codes to v2.2.0 ([c6a4d3c](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/c6a4d3c197be3e12a40454a6ff5abf66d22c1152)) + ## [3.3.3](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.3.2...v3.3.3) (2022-01-18) diff --git a/package-lock.json b/package-lock.json index 503e46e1b..956e85fbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.3.3", + "version": "3.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4af5c2d82..9450624db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.3.3", + "version": "3.3.4", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",