Skip to content

Commit

Permalink
chore(release): 7.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.11.0](v7.10.8...v7.11.0) (2023-08-30)

### Bug Fixes

* **actions:** add scope to the deploy action ([92ab29c](92ab29c))
* **actions:** issue with deploy documentation and packages ([9a367e1](9a367e1))
* **package.json:** update package lock to fix deps ([6d0ee3a](6d0ee3a))

### Features

* **semantic-release:** add semantic release support and workflow files rework ([748c6ae](748c6ae))
  • Loading branch information
semantic-release-bot committed Aug 30, 2023
1 parent 101732e commit e4bdf50
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [7.11.0](https://github.com/kuzzleio/sdk-javascript/compare/v7.10.8...v7.11.0) (2023-08-30)


### Bug Fixes

* **actions:** add scope to the deploy action ([92ab29c](https://github.com/kuzzleio/sdk-javascript/commit/92ab29cf288e1009b18f10e574efe8477388b77a))
* **actions:** issue with deploy documentation and packages ([9a367e1](https://github.com/kuzzleio/sdk-javascript/commit/9a367e1df95d25ad29e5afdbc2f1c5e0807c4f78))
* **package.json:** update package lock to fix deps ([6d0ee3a](https://github.com/kuzzleio/sdk-javascript/commit/6d0ee3a910a4c4cc336e658a18ba9bb5fcf700e8))


### Features

* **semantic-release:** add semantic release support and workflow files rework ([748c6ae](https://github.com/kuzzleio/sdk-javascript/commit/748c6aebb85b566208f3d6aeb83e2b2d82bd5114))

# [7.11.0-beta.1](https://github.com/kuzzleio/sdk-javascript/compare/v7.10.8...v7.11.0-beta.1) (2023-08-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuzzle-sdk",
"version": "7.11.0-beta.1",
"version": "7.11.0",
"description": "Official Javascript SDK for Kuzzle",
"author": "The Kuzzle Team <support@kuzzle.io>",
"repository": {
Expand Down

0 comments on commit e4bdf50

Please sign in to comment.