diff --git a/CHANGELOG.md b/CHANGELOG.md index 764056071..805fa73cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [1.2.0](https://github.com/algolia/vue-instantsearch/compare/v1.1.0...v1.2.0) (2017-10-13) + + +### Features + +* **stats:** update stats component to use toLocaleString() ([3b41db3](https://github.com/algolia/vue-instantsearch/commit/3b41db3)) + + + # [1.1.0](https://github.com/algolia/vue-instantsearch/compare/v1.0.1...v1.1.0) (2017-10-10) diff --git a/package.json b/package.json index 4fa96e02a..2784b7541 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "autocomplete" ], "license": "MIT", - "version": "1.1.0", + "version": "1.2.0", "files": [ "dist" ],