From 8ae4d0d06b972630f3c29962616c4bdc024381e1 Mon Sep 17 00:00:00 2001 From: InstantSearch <66688561+instantsearch-bot@users.noreply.github.com> Date: Mon, 31 Jan 2022 17:01:18 +0100 Subject: [PATCH] chore: release v3.9.0 (#1107) Co-authored-by: Haroen Viaene --- .circleci/config.yml | 1 + CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5fb24f86..ee3a27d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -94,3 +94,4 @@ workflows: branches: only: - master + - v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eae29fd..13970ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 284806bd..0af88fa7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "autocomplete" ], "license": "MIT", - "version": "3.8.1", + "version": "3.9.0", "files": [ "dist", "src",