Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-01-26)

### Bug Fixes

* **doc:** fix readme ([50bf2b6](50bf2b6))
* fix custom user agent option ([75f5f97](75f5f97))
* fix heading empty lines ([a24e997](a24e997))
* fix release script and update dependencies ([a597c75](a597c75))
* fix singleton patch with body id ([e923c9c](e923c9c))
* fix singleton spec ([5c617a8](5c617a8))
* release script ([006a747](006a747))
* singleton import ([9578382](9578382))
* update dependencies and fix lint errors ([8e39135](8e39135))
* update schema ([9e569c7](9e569c7))

### Features

* add auto generation of special actions ([08cd9ff](08cd9ff))
* add custom user agent ([fe2050d](fe2050d))
* add singleton update ([71e0e7b](71e0e7b))
* add singletons functions to client instance ([ca338e6](ca338e6))
* add singletons list and functions ([5f5d4f1](5f5d4f1))
* first commit of provisioning sdk ([b067f12](b067f12))
* update resources to schema v1.0.1 ([686e24a](686e24a))
* update resources to schema v1.0.2 ([87dd737](87dd737))
  • Loading branch information
semantic-release-bot committed Jan 26, 2024
1 parent 577b11a commit d116953
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 1.0.0 (2024-01-26)


### Bug Fixes

* **doc:** fix readme ([50bf2b6](https://github.com/commercelayer/provisioning-sdk/commit/50bf2b6debd921e1ca4936ac5acc669b191116ac))
* fix custom user agent option ([75f5f97](https://github.com/commercelayer/provisioning-sdk/commit/75f5f97e3dade5dd43905deba81f6c4ed46ca21b))
* fix heading empty lines ([a24e997](https://github.com/commercelayer/provisioning-sdk/commit/a24e9976b89387f6130d4b95930aa9b65e784113))
* fix release script and update dependencies ([a597c75](https://github.com/commercelayer/provisioning-sdk/commit/a597c7513a16d92842f7fddf74517af1fd4a0f9c))
* fix singleton patch with body id ([e923c9c](https://github.com/commercelayer/provisioning-sdk/commit/e923c9ce69f5b5ea43698bd1df67f26783010d1e))
* fix singleton spec ([5c617a8](https://github.com/commercelayer/provisioning-sdk/commit/5c617a8af5c7682a38e645cf86607214c4cbd1de))
* release script ([006a747](https://github.com/commercelayer/provisioning-sdk/commit/006a74784c4f2fe302d4d4b0b96673df0067f8a1))
* singleton import ([9578382](https://github.com/commercelayer/provisioning-sdk/commit/9578382b671629d4891e77f39658ab66828eb357))
* update dependencies and fix lint errors ([8e39135](https://github.com/commercelayer/provisioning-sdk/commit/8e3913557a272b3b31d168b3c54ced26128ed7c3))
* update schema ([9e569c7](https://github.com/commercelayer/provisioning-sdk/commit/9e569c7484896ea666f5f8079ee0833ed9dc87aa))


### Features

* add auto generation of special actions ([08cd9ff](https://github.com/commercelayer/provisioning-sdk/commit/08cd9ffdae53c80d7b52f841c2da319488a9ee85))
* add custom user agent ([fe2050d](https://github.com/commercelayer/provisioning-sdk/commit/fe2050d4088adbdce4d8e30d6773ebf3fef28e3e))
* add singleton update ([71e0e7b](https://github.com/commercelayer/provisioning-sdk/commit/71e0e7b3a10ec3210da8363ccb5bc9986a4673a1))
* add singletons functions to client instance ([ca338e6](https://github.com/commercelayer/provisioning-sdk/commit/ca338e63574b1c0aa8301d2de2676b4e32e991cd))
* add singletons list and functions ([5f5d4f1](https://github.com/commercelayer/provisioning-sdk/commit/5f5d4f1c8be9ae70db4765bc8e6f519597db7b17))
* first commit of provisioning sdk ([b067f12](https://github.com/commercelayer/provisioning-sdk/commit/b067f123ed9f2e0fce53673306b05fcf479c17f0))
* update resources to schema v1.0.1 ([686e24a](https://github.com/commercelayer/provisioning-sdk/commit/686e24ae6f3c63a2a07d9e5fac8047161d7b462c))
* update resources to schema v1.0.2 ([87dd737](https://github.com/commercelayer/provisioning-sdk/commit/87dd7370897b65e730b69c8bed3c5e4a23de94a4))

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

0 comments on commit d116953

Please sign in to comment.