Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0](v4.1.1...v4.2.0) (2022-01-13)

### Features

* **client:** add http and https agents config ([74e7e4e](74e7e4e))
* **client:** add request proxy support ([75bd120](75bd120))
* **resources:** update resources to schema v2.8.0 ([7cb6e50](7cb6e50))
  • Loading branch information
semantic-release-bot committed Jan 13, 2022
1 parent 7cb6e50 commit d379ecf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.2.0](https://github.com/commercelayer/commercelayer-sdk/compare/v4.1.1...v4.2.0) (2022-01-13)


### Features

* **client:** add http and https agents config ([74e7e4e](https://github.com/commercelayer/commercelayer-sdk/commit/74e7e4e530e6c1190f75b17f906ed7d9860a1e26))
* **client:** add request proxy support ([75bd120](https://github.com/commercelayer/commercelayer-sdk/commit/75bd12072dd6be38ceb3a29df806c2eddbfbf40f))
* **resources:** update resources to schema v2.8.0 ([7cb6e50](https://github.com/commercelayer/commercelayer-sdk/commit/7cb6e502c3cc581c48774cd7d668f2cb0547e26d))

# [4.2.0-beta.2](https://github.com/commercelayer/commercelayer-sdk/compare/v4.2.0-beta.1...v4.2.0-beta.2) (2022-01-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercelayer/sdk",
"version": "4.2.0-beta.2",
"version": "4.2.0",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit d379ecf

Please sign in to comment.