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

Commit 878983f

Browse files
authored
chore: release v3.4.1 (#873)
* chore: release v3.4.1 * Update CHANGELOG.md
1 parent 56917a0 commit 878983f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# [3.4.0](https://github.com/algolia/vue-instantsearch/compare/v3.3.0...v3.4.0) (2020-09-30)
1+
## [3.4.1](https://github.com/algolia/vue-instantsearch/compare/v3.3.0...v3.4.1) (2020-09-30)
22

33

4+
### Bug Fixes
5+
6+
* **panel:** react to changes on initial render ([#871](https://github.com/algolia/vue-instantsearch/issues/871)) ([56917a0](https://github.com/algolia/vue-instantsearch/commit/56917a079a1e48d4cce1a509d1caefec60f203fe))
7+
48
### Features
59

610
* **ssr:** forward propsData to recreated component ([#865](https://github.com/algolia/vue-instantsearch/issues/865)) ([6c18a10](https://github.com/algolia/vue-instantsearch/commit/6c18a100558ae48e059c660262da32d420891d0d)), closes [/github.com/vuejs/vue/blob/7912f75c5eb09e0aef3e4bfd8a3bb78cad7540d7/src/core/util/options.js#L34-L44](https://github.com//github.com/vuejs/vue/blob/7912f75c5eb09e0aef3e4bfd8a3bb78cad7540d7/src/core/util/options.js/issues/L34-L44)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"autocomplete"
1717
],
1818
"license": "MIT",
19-
"version": "3.4.0",
19+
"version": "3.4.1",
2020
"files": [
2121
"dist",
2222
"src",

0 commit comments

Comments
 (0)