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

Commit

Permalink
chore: release v6.1.0 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored Jun 2, 2022
1 parent 59aa760 commit 9955ed3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
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

0 comments on commit 9955ed3

Please sign in to comment.