Skip to content

Commit

Permalink
chore(release): 2.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.2](v2.3.1...v2.3.2) (2024-12-20)

### Bug Fixes

* fix build issue ([780c465](780c465))
* fix singleton path ([de5f36e](de5f36e))
* fix singleton type ([55ecca4](55ecca4))
  • Loading branch information
semantic-release-bot committed Dec 20, 2024
1 parent 780c465 commit 31c9919
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 @@
## [2.3.2](https://github.com/commercelayer/provisioning-sdk/compare/v2.3.1...v2.3.2) (2024-12-20)


### Bug Fixes

* fix build issue ([780c465](https://github.com/commercelayer/provisioning-sdk/commit/780c46546949aa89ffd6264804fc075cdd5117b3))
* fix singleton path ([de5f36e](https://github.com/commercelayer/provisioning-sdk/commit/de5f36e93b0b2824ec5f0f58f49e118c1ff044b0))
* fix singleton type ([55ecca4](https://github.com/commercelayer/provisioning-sdk/commit/55ecca4edc26f37ebe446aa981e6297d59df8013))

## [2.3.1](https://github.com/commercelayer/provisioning-sdk/compare/v2.3.0...v2.3.1) (2024-12-19)


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

0 comments on commit 31c9919

Please sign in to comment.