Skip to content

Commit e4bdf50

Browse files
chore(release): 7.11.0 [skip ci]
# [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))
1 parent 101732e commit e4bdf50

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [7.11.0](https://github.com/kuzzleio/sdk-javascript/compare/v7.10.8...v7.11.0) (2023-08-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **actions:** add scope to the deploy action ([92ab29c](https://github.com/kuzzleio/sdk-javascript/commit/92ab29cf288e1009b18f10e574efe8477388b77a))
7+
* **actions:** issue with deploy documentation and packages ([9a367e1](https://github.com/kuzzleio/sdk-javascript/commit/9a367e1df95d25ad29e5afdbc2f1c5e0807c4f78))
8+
* **package.json:** update package lock to fix deps ([6d0ee3a](https://github.com/kuzzleio/sdk-javascript/commit/6d0ee3a910a4c4cc336e658a18ba9bb5fcf700e8))
9+
10+
11+
### Features
12+
13+
* **semantic-release:** add semantic release support and workflow files rework ([748c6ae](https://github.com/kuzzleio/sdk-javascript/commit/748c6aebb85b566208f3d6aeb83e2b2d82bd5114))
14+
115
# [7.11.0-beta.1](https://github.com/kuzzleio/sdk-javascript/compare/v7.10.8...v7.11.0-beta.1) (2023-08-30)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-sdk",
3-
"version": "7.11.0-beta.1",
3+
"version": "7.11.0",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)