From 0e0b25f4cb9d368f7b22d669bcc3491fd2e91637 Mon Sep 17 00:00:00 2001 From: Samuel Vaillant Date: Wed, 24 Jan 2018 14:48:56 +0100 Subject: [PATCH] chore(release): v1.3.4 (#383) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9dab71fe..b90118a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## [1.3.4](https://github.com/algolia/vue-instantsearch/compare/v1.3.3...v1.3.4) (2018-01-24) + + +### Bug Fixes + +* **doc:** `queryParameters` is not a function ([#377](https://github.com/algolia/vue-instantsearch/issues/377)) ([cd87cad](https://github.com/algolia/vue-instantsearch/commit/cd87cad)) + + +### Features + +* **Results:** add `index` (position) ([#382](https://github.com/algolia/vue-instantsearch/issues/382)) ([16c2c64](https://github.com/algolia/vue-instantsearch/commit/16c2c64)) + + + ## [1.3.3](https://github.com/algolia/vue-instantsearch/compare/v1.3.2...v1.3.3) (2017-12-04) diff --git a/package.json b/package.json index a0a0760ec..acc449f30 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "autocomplete" ], "license": "MIT", - "version": "1.3.3", + "version": "1.3.4", "files": [ "dist" ],