Skip to content

Commit 4e75ae3

Browse files
chore(release): 7.16.0 [skip ci]
## [7.16.0](v7.15.1...v7.16.0) (2025-12-16) ### Features * bump deps ([82b9d3e](82b9d3e)) * bump deps ([7cb45d4](7cb45d4)) * github_token ([5ca7b42](5ca7b42)) * nodejs24 ([714dc23](714dc23)) ### Bug Fixes * modify what files are taken when publishing ([8c45c26](8c45c26)) * node version in ci, trigger release ([3027bdb](3027bdb)) * remove node_token to force trusted publisher maybe ? ([d877eb9](d877eb9)) * remove the [@scope](https://github.com/scope) of semantic ([fb33ec4](fb33ec4)) * token in ci ([fee5d50](fee5d50)) * token issue ? ([cf3b3e2](cf3b3e2)) * update package.json ([d3a00c7](d3a00c7))
1 parent 869c505 commit 4e75ae3

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [7.16.0](https://github.com/kuzzleio/sdk-javascript/compare/v7.15.1...v7.16.0) (2025-12-16)
2+
3+
### Features
4+
5+
* bump deps ([82b9d3e](https://github.com/kuzzleio/sdk-javascript/commit/82b9d3ee963308716e817b95c1f0b4a5e7a8d9e5))
6+
* bump deps ([7cb45d4](https://github.com/kuzzleio/sdk-javascript/commit/7cb45d41f37f7ee6d34ef4fe1c700c91e9ccb2f2))
7+
* github_token ([5ca7b42](https://github.com/kuzzleio/sdk-javascript/commit/5ca7b42da989c7f93358c21939f3bfa95dd40c4f))
8+
* nodejs24 ([714dc23](https://github.com/kuzzleio/sdk-javascript/commit/714dc230a5f6ce2af42021e6243a7feddbf2236f))
9+
10+
### Bug Fixes
11+
12+
* modify what files are taken when publishing ([8c45c26](https://github.com/kuzzleio/sdk-javascript/commit/8c45c268bf6a56f4350ffab66c2cbf90b3761dec))
13+
* node version in ci, trigger release ([3027bdb](https://github.com/kuzzleio/sdk-javascript/commit/3027bdb4b15497cf1e8861025409cd0d31f6cf80))
14+
* remove node_token to force trusted publisher maybe ? ([d877eb9](https://github.com/kuzzleio/sdk-javascript/commit/d877eb951131aba1ee09a4ab3d9e4cb03530ad9c))
15+
* remove the [@scope](https://github.com/scope) of semantic ([fb33ec4](https://github.com/kuzzleio/sdk-javascript/commit/fb33ec4a1a131794009a6469b69d15b132f613ba))
16+
* token in ci ([fee5d50](https://github.com/kuzzleio/sdk-javascript/commit/fee5d50738b2f355cb3a720421e93e54c5b9fa0b))
17+
* token issue ? ([cf3b3e2](https://github.com/kuzzleio/sdk-javascript/commit/cf3b3e25d1a948bd7e968ce8940bf841bf3559a0))
18+
* update package.json ([d3a00c7](https://github.com/kuzzleio/sdk-javascript/commit/d3a00c7ecc795d5e512b507eb2a7a474b64a8b55))
19+
120
## [7.16.0-beta.1](https://github.com/kuzzleio/sdk-javascript/compare/v7.15.1...v7.16.0-beta.1) (2025-12-15)
221

322
### Features

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.16.0-beta.1",
3+
"version": "7.16.0",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)