diff --git a/CHANGELOG.md b/CHANGELOG.md index be0558b..a82626f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.10.0](https://github.com/aymeric-giraudet/svelte-algolia-instantsearch/compare/v0.9.2...v0.10.0) (2023-09-10) + + +### Features + +* introduce routing ([2713ff6](https://github.com/aymeric-giraudet/svelte-algolia-instantsearch/commit/2713ff6d49650bf80d52df6c6c9779c83e99fa68)) + + + ## [0.9.2](https://github.com/aymeric-giraudet/svelte-algolia-instantsearch/compare/v0.9.1...v0.9.2) (2023-09-10) diff --git a/package.json b/package.json index 2290ae6..75eb965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-algolia-instantsearch", - "version": "0.9.2", + "version": "0.10.0", "license": "MIT", "description": "Svelte wrapper for Algolia InstantSearch", "repository": "aymeric-giraudet/svelte-algolia-instantsearch",