Skip to content

Commit

Permalink
chore(release): 7.11.1-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.11.1-beta.1](v7.11.0...v7.11.1-beta.1) (2023-12-05)

### Bug Fixes

* (ProfilePolicy.ts) restrictedTo was mistyped ([#733](#733)) ([5770997](5770997))
* **documentation:** update the version of the branch to deploy ([9980995](9980995))
* **http:** fix empty raw responses parsed as json ([9becea5](9becea5))
  • Loading branch information
semantic-release-bot committed Dec 5, 2023
1 parent 16903e4 commit 4d6a2d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.11.1-beta.1](https://github.com/kuzzleio/sdk-javascript/compare/v7.11.0...v7.11.1-beta.1) (2023-12-05)


### Bug Fixes

* (ProfilePolicy.ts) restrictedTo was mistyped ([#733](https://github.com/kuzzleio/sdk-javascript/issues/733)) ([5770997](https://github.com/kuzzleio/sdk-javascript/commit/57709975d549441118d7cca420bf3b08f96a4322))
* **documentation:** update the version of the branch to deploy ([9980995](https://github.com/kuzzleio/sdk-javascript/commit/99809952038b0c4c1050acdc499e35f8e52d3e37))
* **http:** fix empty raw responses parsed as json ([9becea5](https://github.com/kuzzleio/sdk-javascript/commit/9becea5761bee0b36d07ce81542d478325ab2ef2))

# [7.11.0](https://github.com/kuzzleio/sdk-javascript/compare/v7.10.8...v7.11.0) (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",
"version": "7.11.1-beta.1",
"description": "Official Javascript SDK for Kuzzle",
"author": "The Kuzzle Team <support@kuzzle.io>",
"repository": {
Expand Down

0 comments on commit 4d6a2d7

Please sign in to comment.