Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2024-12-12)

### Bug Fixes

* fix singleton update path issue ([439dc3b](439dc3b))
* fix singleton update spec ([9f6b2c1](9f6b2c1))
  • Loading branch information
semantic-release-bot committed Dec 12, 2024
1 parent 9f6b2c1 commit 709c4f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.1](https://github.com/commercelayer/provisioning-sdk/compare/v2.2.0...v2.2.1) (2024-12-12)


### Bug Fixes

* fix singleton update path issue ([439dc3b](https://github.com/commercelayer/provisioning-sdk/commit/439dc3b2cc824990df42d6379d42645cfa93d2c7))
* fix singleton update spec ([9f6b2c1](https://github.com/commercelayer/provisioning-sdk/commit/9f6b2c1560096005e6a4661d4292bffcea0a2292))

# [2.2.0](https://github.com/commercelayer/provisioning-sdk/compare/v2.1.2...v2.2.0) (2024-11-21)


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/provisioning-sdk",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.mjs",
Expand Down

0 comments on commit 709c4f6

Please sign in to comment.