Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed May 18, 2022
1 parent d91e970 commit c40fa22
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [6.0.0](https://github.com/algolia/create-instantsearch-app/compare/5.2.2...6.0.0) (2022-05-18)


### Bug Fixes

* **js:** update and simplify dependencies ([#567](https://github.com/algolia/create-instantsearch-app/issues/567)) ([f42cf21](https://github.com/algolia/create-instantsearch-app/commit/f42cf21d5b6b433c9cf3a8d6b871bcaa5e1c8618)), closes [#566](https://github.com/algolia/create-instantsearch-app/issues/566)


### Features

* **hooks:** add react instantsearch hooks template ([#568](https://github.com/algolia/create-instantsearch-app/issues/568)) ([d91e970](https://github.com/algolia/create-instantsearch-app/commit/d91e970b4683de2b7511b0621468d61a10c4f3f7))
* check for compatibility with current LTS versions of node ([#569](https://github.com/algolia/create-instantsearch-app/issues/569)) ([781642b](https://github.com/algolia/create-instantsearch-app/commit/781642b35a0df601f03b4cdf9b8b1f3b8aceaeac))


### BREAKING CHANGES

* compatibility with versions that are EOL (up to 12) is not guaranteed

* remove terminal colors from unit test snapshots



## [5.2.2](https://github.com/algolia/create-instantsearch-app/compare/5.2.1...5.2.2) (2022-02-21)


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": "create-instantsearch-app",
"version": "5.2.2",
"version": "6.0.0",
"license": "MIT",
"description": "⚡️ Build InstantSearch apps at the speed of thought",
"keywords": [
Expand Down

0 comments on commit c40fa22

Please sign in to comment.