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

Commit 902a771

Browse files
committed
chore(release): 4.9.0
1 parent 6f37f0e commit 902a771

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [4.9.0](https://github.com/algolia/create-instantsearch-app/compare/4.8.0...4.9.0) (2021-07-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **templates:** add `packageNamePrefix` to widget templates ([#458](https://github.com/algolia/create-instantsearch-app/issues/458)) ([25da57e](https://github.com/algolia/create-instantsearch-app/commit/25da57eeea01b9e77b34460ea8179e7411a71588))
7+
8+
9+
### Features
10+
11+
* **cli:** make app path optional ([#457](https://github.com/algolia/create-instantsearch-app/issues/457)) ([d5a5655](https://github.com/algolia/create-instantsearch-app/commit/d5a5655c2c284eb43499aad6c490b95a2b7b4b0c))
12+
* **templates:** update README and LICENSE for widget templates ([#459](https://github.com/algolia/create-instantsearch-app/issues/459)) ([813c7bf](https://github.com/algolia/create-instantsearch-app/commit/813c7bfbaebdba5eb7277c59022455b51ea65b23))
13+
14+
15+
116
# [4.8.0](https://github.com/algolia/create-instantsearch-app/compare/4.7.0...4.8.0) (2021-06-10)
217

318
### Features

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": "4.8.0",
3+
"version": "4.9.0",
44
"license": "MIT",
55
"description": "⚡️ Build InstantSearch apps at the speed of thought",
66
"keywords": [

0 commit comments

Comments
 (0)