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

Commit 3bca8bc

Browse files
chore(release): 3.0.0-beta.5
1 parent ee9dbac commit 3bca8bc

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="3.0.0-beta.5"></a>
2+
# [3.0.0-beta.5](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.4...3.0.0-beta.5) (2018-06-15)
3+
4+
5+
### Features
6+
7+
* **templates:** Update Parcel on InstantSearch.js template ([2f9d529](https://github.com/algolia/create-instantsearch-app/commit/2f9d529))
8+
9+
10+
11+
<a name="3.0.0-beta.4"></a>
12+
# [3.0.0-beta.4](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.3...3.0.0-beta.4) (2018-06-15)
13+
14+
15+
### Bug Fixes
16+
17+
* **cli:** Fallback on latest version when stable unavailable ([#50](https://github.com/algolia/create-instantsearch-app/issues/50)) ([0bd64a2](https://github.com/algolia/create-instantsearch-app/commit/0bd64a2))
18+
19+
20+
### Features
21+
22+
* **cli:** Print relative cd path ([#45](https://github.com/algolia/create-instantsearch-app/issues/45)) ([37907e1](https://github.com/algolia/create-instantsearch-app/commit/37907e1))
23+
* **cli:** Recommend attributes to display in hits ([#43](https://github.com/algolia/create-instantsearch-app/issues/43)) ([0d9cb6a](https://github.com/algolia/create-instantsearch-app/commit/0d9cb6a))
24+
* **task:** Ignore error log when user aborts during installation ([#42](https://github.com/algolia/create-instantsearch-app/issues/42)) ([9e99aad](https://github.com/algolia/create-instantsearch-app/commit/9e99aad))
25+
* **template:** Use default IS import from jsDelivr ([#46](https://github.com/algolia/create-instantsearch-app/issues/46)) ([8e0c54b](https://github.com/algolia/create-instantsearch-app/commit/8e0c54b))
26+
* **templates:** Add React Native template ([#53](https://github.com/algolia/create-instantsearch-app/issues/53)) ([8b14d31](https://github.com/algolia/create-instantsearch-app/commit/8b14d31))
27+
* **templates:** Warn facets usage with React Native template ([#56](https://github.com/algolia/create-instantsearch-app/issues/56)) ([6502feb](https://github.com/algolia/create-instantsearch-app/commit/6502feb))
28+
29+
30+
131
<a name="3.0.0-beta.3"></a>
232
# [3.0.0-beta.3](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.2...3.0.0-beta.3) (2018-06-11)
333

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": "3.0.0-beta.4",
3+
"version": "3.0.0-beta.5",
44
"license": "MIT",
55
"description": "Build InstantSearch apps at the speed of thoughts ⚡️",
66
"repository": "algolia/create-instantsearch-app",

0 commit comments

Comments
 (0)