Skip to content

Commit

Permalink
chore(release): 6.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.13.0](v6.12.0...v6.13.0) (2024-08-16)

### Bug Fixes

* fix init config check ([8e4fbf1](8e4fbf1))
* optional organization slug ([7e265a6](7e265a6))

### Features

* update resources to schema v6.2.1 ([2fb5faa](2fb5faa))
  • Loading branch information
semantic-release-bot committed Aug 16, 2024
1 parent 3420847 commit 903bdc2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [6.13.0](https://github.com/commercelayer/commercelayer-sdk/compare/v6.12.0...v6.13.0) (2024-08-16)


### Bug Fixes

* fix init config check ([8e4fbf1](https://github.com/commercelayer/commercelayer-sdk/commit/8e4fbf1c430ac7e4369f67c1afe1ed2d9d870004))
* optional organization slug ([7e265a6](https://github.com/commercelayer/commercelayer-sdk/commit/7e265a605ba69cbbe49d9c3589692377074546a7))


### Features

* update resources to schema v6.2.1 ([2fb5faa](https://github.com/commercelayer/commercelayer-sdk/commit/2fb5faa4cb2cac9fb0d00a2f115c8fd9b14c864f))

# [6.12.0](https://github.com/commercelayer/commercelayer-sdk/compare/v6.11.0...v6.12.0) (2024-08-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/sdk",
"version": "6.12.0",
"version": "6.13.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.mjs",
Expand Down

0 comments on commit 903bdc2

Please sign in to comment.