From c009db3279b01b77b5acea955ef0e2b560bf4cef Mon Sep 17 00:00:00 2001 From: Ronny Hanssen Date: Tue, 16 Oct 2018 17:00:12 +0200 Subject: [PATCH] chore(release): 1.0.0-rc.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6744a56..0eadb38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.0.0-rc.2](https://github.com/IntelliSearch/search-client/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2018-10-16) + + +### Bug Fixes + +* Fix for toggleCategoryExpansion. Refactored CategoryPresentation. Docs generated. ([8fac8b8](https://github.com/IntelliSearch/search-client/commit/8fac8b8)) +* **docs:** Minor versioning error, and adjust doc build command ([6221860](https://github.com/IntelliSearch/search-client/commit/6221860)) +* **query:** Changed query property setters to use coerced value equality checks (instead of referential equality checks) ([7762312](https://github.com/IntelliSearch/search-client/commit/7762312)) + + + # [1.0.0-rc.1](https://github.com/IntelliSearch/search-client/compare/v1.0.0-beta.4...v1.0.0-rc.1) (2018-10-11) diff --git a/package.json b/package.json index 95c0e6d..5b69263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-client", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "description": "Javascript library for executing searches in the IntelliSearch search-index via the SearchService REST interface.", "author": "Ronny Hanssen (http://intellisearch.com/)", "license": "MIT",