Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore: release v3.9.0 (#1107)
Browse files Browse the repository at this point in the history
Co-authored-by: Haroen Viaene <hello@haroen.me>
  • Loading branch information
instantsearch-bot and Haroenv committed Jan 31, 2022
1 parent 9285325 commit 8ae4d0d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ workflows:
branches:
only:
- master
- v3
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.9.0](https://github.com/algolia/vue-instantsearch/compare/v3.8.1...v3.9.0) (2022-01-31)


### Bug Fixes

* **server:** extend component correctly if at root ([#1105](https://github.com/algolia/vue-instantsearch/issues/1105)) ([4b0d295](https://github.com/algolia/vue-instantsearch/commit/4b0d2951c22b4ddb66a99d7a6881c5f2567b4c19)), closes [#1104](https://github.com/algolia/vue-instantsearch/issues/1104) [#1054](https://github.com/algolia/vue-instantsearch/issues/1054) [#1104](https://github.com/algolia/vue-instantsearch/issues/1104)


### Features

* **ssr:** prevent initial network request ([#1106](https://github.com/algolia/vue-instantsearch/issues/1106)) ([9285325](https://github.com/algolia/vue-instantsearch/commit/92853255e1860940dcd3b2a329bb9e0cf9ea85da)), closes [#1090](https://github.com/algolia/vue-instantsearch/issues/1090)



## [3.8.1](https://github.com/algolia/vue-instantsearch/compare/v3.8.0...v3.8.1) (2021-07-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"autocomplete"
],
"license": "MIT",
"version": "3.8.1",
"version": "3.9.0",
"files": [
"dist",
"src",
Expand Down

0 comments on commit 8ae4d0d

Please sign in to comment.