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

Commit c40fa22

Browse files
committed
chore(release): 6.0.0
1 parent d91e970 commit c40fa22

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [6.0.0](https://github.com/algolia/create-instantsearch-app/compare/5.2.2...6.0.0) (2022-05-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* 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))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* compatibility with versions that are EOL (up to 12) is not guaranteed
18+
19+
* remove terminal colors from unit test snapshots
20+
21+
22+
123
## [5.2.2](https://github.com/algolia/create-instantsearch-app/compare/5.2.1...5.2.2) (2022-02-21)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-instantsearch-app",
3-
"version": "5.2.2",
3+
"version": "6.0.0",
44
"license": "MIT",
55
"description": "⚡️ Build InstantSearch apps at the speed of thought",
66
"keywords": [

0 commit comments

Comments
 (0)