Skip to content

Commit

Permalink
chore(release): 4.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.8.1](v4.8.0...v4.8.1) (2022-03-11)

### Bug Fixes

* **core:** add static instance builder ([847a049](847a049))
  • Loading branch information
semantic-release-bot committed Mar 11, 2022
1 parent ca2f600 commit 2b348f6
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 @@
## [4.8.1](https://github.com/commercelayer/commercelayer-sdk/compare/v4.8.0...v4.8.1) (2022-03-11)


### Bug Fixes

* **core:** add static instance builder ([847a049](https://github.com/commercelayer/commercelayer-sdk/commit/847a049d3b1a8cb8741f68bd12b82b27a97442ae))

# [4.8.0](https://github.com/commercelayer/commercelayer-sdk/compare/v4.7.6...v4.8.0) (2022-03-10)


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

0 comments on commit 2b348f6

Please sign in to comment.