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

Commit 9955ed3

Browse files
authored
chore: release v6.1.0 (#574)
1 parent 59aa760 commit 9955ed3

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [6.1.0](https://github.com/algolia/create-instantsearch-app/compare/6.0.0...6.1.0) (2022-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
115
# [6.0.0](https://github.com/algolia/create-instantsearch-app/compare/5.2.2...6.0.0) (2022-05-18)
216

317

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "create-instantsearch-app",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"license": "MIT",
55
"description": "⚡️ Build InstantSearch apps at the speed of thought",
6-
"keywords": ["algolia", "instantsearch"],
6+
"keywords": [
7+
"algolia",
8+
"instantsearch"
9+
],
710
"repository": "algolia/create-instantsearch-app",
811
"author": "Algolia <[email protected]>",
912
"main": "index.js",
@@ -24,7 +27,10 @@
2427
"release-templates": "node ./scripts/release-templates",
2528
"release": "shipjs prepare"
2629
},
27-
"files": ["index.js", "src"],
30+
"files": [
31+
"index.js",
32+
"src"
33+
],
2834
"engines": {
2935
"node": ">= 10"
3036
},

0 commit comments

Comments
 (0)