Skip to content

Commit

Permalink
chore(release): 5.17.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.17.1](v5.17.0...v5.17.1) (2023-10-11)

### Bug Fixes

* **core:** optimize parse function ([e3d76ee](e3d76ee))
  • Loading branch information
semantic-release-bot committed Oct 11, 2023
1 parent eb349bc commit 705e445
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.17.1](https://github.com/commercelayer/commercelayer-sdk/compare/v5.17.0...v5.17.1) (2023-10-11)


### Bug Fixes

* **core:** optimize parse function ([e3d76ee](https://github.com/commercelayer/commercelayer-sdk/commit/e3d76eef42d47981820054dd35f31d5fb542823c))

# [5.17.0](https://github.com/commercelayer/commercelayer-sdk/compare/v5.16.0...v5.17.0) (2023-10-11)


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": "5.17.0",
"version": "5.17.1",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 705e445

Please sign in to comment.