Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [6.1.0](https://github.com/algolia/create-instantsearch-app/compare/6.0.0...6.1.0) (2022-06-02)


### Bug Fixes

* **vue instantsearch with vue 3:** use `yarn start` to run template ([#571](https://github.com/algolia/create-instantsearch-app/issues/571)) ([c17089f](https://github.com/algolia/create-instantsearch-app/commit/c17089fe59bb10cde5963c43016526a8a736d338))


### Features

* **react instantsearch widget:** add connector and widget metadata ([#570](https://github.com/algolia/create-instantsearch-app/issues/570)) ([b22a9e6](https://github.com/algolia/create-instantsearch-app/commit/b22a9e6977ea98d8c354d0a634bda50cccb4ecaf))



# [6.0.0](https://github.com/algolia/create-instantsearch-app/compare/5.2.2...6.0.0) (2022-05-18)


Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "create-instantsearch-app",
"version": "6.0.0",
"version": "6.1.0",
"license": "MIT",
"description": "⚡️ Build InstantSearch apps at the speed of thought",
"keywords": ["algolia", "instantsearch"],
"keywords": [
"algolia",
"instantsearch"
],
"repository": "algolia/create-instantsearch-app",
"author": "Algolia <support@algolia.com>",
"main": "index.js",
Expand All @@ -24,7 +27,10 @@
"release-templates": "node ./scripts/release-templates",
"release": "shipjs prepare"
},
"files": ["index.js", "src"],
"files": [
"index.js",
"src"
],
"engines": {
"node": ">= 10"
},
Expand Down