Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.8 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.8](v1.0.0-beta.7...v1.0.0-beta.8) (2023-12-20)

### Bug Fixes

* fix singleton spec ([5c617a8](5c617a8))

### Features

* add singleton update ([71e0e7b](71e0e7b))
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent 5c617a8 commit de0c6d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0-beta.8](https://github.com/commercelayer/provisioning-sdk/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2023-12-20)


### Bug Fixes

* fix singleton spec ([5c617a8](https://github.com/commercelayer/provisioning-sdk/commit/5c617a8af5c7682a38e645cf86607214c4cbd1de))


### Features

* add singleton update ([71e0e7b](https://github.com/commercelayer/provisioning-sdk/commit/71e0e7b3a10ec3210da8363ccb5bc9986a4673a1))

# [1.0.0-beta.7](https://github.com/commercelayer/provisioning-sdk/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2023-12-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/provisioning-sdk",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit de0c6d6

Please sign in to comment.