Skip to content

Commit

Permalink
chore(release): 3.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.7.0](v3.6.1...v3.7.0) (2022-09-02)

### Features

* enables passing of extra headers to HTTP client ([#978](#978)) ([92a48f6](92a48f6))
  • Loading branch information
Scale Bot authored and semantic-release-bot committed Sep 2, 2022
1 parent 92a48f6 commit 927490b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.6.1...v3.7.0) (2022-09-02)


### Features

* enables passing of extra headers to HTTP client ([#978](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/978)) ([92a48f6](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/92a48f65c7d15ff44857301bc95d5cd1e8a87b5d))

## [3.6.1](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.6.0...v3.6.1) (2022-08-02)


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": "@scaleleap/amazon-advertising-api-sdk",
"version": "3.6.1",
"version": "3.7.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 927490b

Please sign in to comment.