Skip to content

Commit

Permalink
chore(release): 7.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.15.0](v7.14.0...v7.15.0) (2025-02-12)

### Bug Fixes

* add default options to security:checkRights ([#757](#757)) ([b07f061](b07f061))

### Features

* create an interface to export and use in KDM ([#758](#758)) ([84e7a1b](84e7a1b))
  • Loading branch information
semantic-release-bot committed Feb 12, 2025
1 parent de3ec6e commit 537b90a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.15.0](https://github.com/kuzzleio/sdk-javascript/compare/v7.14.0...v7.15.0) (2025-02-12)


### Bug Fixes

* add default options to security:checkRights ([#757](https://github.com/kuzzleio/sdk-javascript/issues/757)) ([b07f061](https://github.com/kuzzleio/sdk-javascript/commit/b07f0617a38cb16d7e0022af8363bb1f3e8d79a8))


### Features

* create an interface to export and use in KDM ([#758](https://github.com/kuzzleio/sdk-javascript/issues/758)) ([84e7a1b](https://github.com/kuzzleio/sdk-javascript/commit/84e7a1b403a7da0b93f73a8d30e3c94e40b83993))

# [7.15.0-beta.1](https://github.com/kuzzleio/sdk-javascript/compare/v7.14.0...v7.15.0-beta.1) (2025-02-12)


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.15.0-beta.1",
"version": "7.15.0",
"description": "Official Javascript SDK for Kuzzle",
"author": "The Kuzzle Team <[email protected]>",
"repository": {
Expand Down

0 comments on commit 537b90a

Please sign in to comment.