Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiralis committed Oct 16, 2018
1 parent c9874f2 commit c009db3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.0.0-rc.2"></a>
# [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))



<a name="1.0.0-rc.1"></a>
# [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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://intellisearch.com/)",
"license": "MIT",
Expand Down

0 comments on commit c009db3

Please sign in to comment.