Skip to content

Commit

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

### Bug Fixes

* **http:** fix empty raw responses parsed as json ([9becea5](9becea5))
  • Loading branch information
semantic-release-bot committed Nov 15, 2023
1 parent 8164953 commit 553b7b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.11.1](https://github.com/kuzzleio/sdk-javascript/compare/v7.11.0...v7.11.1) (2023-11-15)


### Bug Fixes

* **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",
"description": "Official Javascript SDK for Kuzzle",
"author": "The Kuzzle Team <support@kuzzle.io>",
"repository": {
Expand Down

0 comments on commit 553b7b9

Please sign in to comment.