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

Commit 99a4e3b

Browse files
chore(release): 3.1.0
1 parent 84b26e7 commit 99a4e3b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="3.1.0"></a>
2+
# [3.1.0](https://github.com/algolia/create-instantsearch-app/compare/3.0.0...3.1.0) (2018-07-05)
3+
4+
5+
### Bug Fixes
6+
7+
* **cli:** Remove command shortcuts ([#67](https://github.com/algolia/create-instantsearch-app/issues/67)) ([4bc6ba1](https://github.com/algolia/create-instantsearch-app/commit/4bc6ba1))
8+
* **ios:** run pod repo update before install ([#72](https://github.com/algolia/create-instantsearch-app/issues/72)) ([1d10805](https://github.com/algolia/create-instantsearch-app/commit/1d10805))
9+
* **templates:** Pin library dependencies ([#79](https://github.com/algolia/create-instantsearch-app/issues/79)) ([8ea5a77](https://github.com/algolia/create-instantsearch-app/commit/8ea5a77))
10+
11+
12+
### Features
13+
14+
* **cli:** Add template categories ([#76](https://github.com/algolia/create-instantsearch-app/issues/76)) ([a04e9c6](https://github.com/algolia/create-instantsearch-app/commit/a04e9c6))
15+
* **cli:** Add empty lines before intro line ([b4b4fcc](https://github.com/algolia/create-instantsearch-app/commit/b4b4fcc))
16+
* **templates:** Add Android template ([#73](https://github.com/algolia/create-instantsearch-app/issues/73)) ([d35e9c9](https://github.com/algolia/create-instantsearch-app/commit/d35e9c9))
17+
* **templates:** Add Autocomplete.js template ([#80](https://github.com/algolia/create-instantsearch-app/issues/80)) ([fe9a51c](https://github.com/algolia/create-instantsearch-app/commit/fe9a51c))
18+
* **templates:** Add iOS template ([#69](https://github.com/algolia/create-instantsearch-app/issues/69)) ([aa061f8](https://github.com/algolia/create-instantsearch-app/commit/aa061f8))
19+
* **templates:** Add JavaScript Client template ([#77](https://github.com/algolia/create-instantsearch-app/issues/77)) ([1dc0d03](https://github.com/algolia/create-instantsearch-app/commit/1dc0d03))
20+
* **templates:** Add JavaScript Helper template ([#78](https://github.com/algolia/create-instantsearch-app/issues/78)) ([34d0e94](https://github.com/algolia/create-instantsearch-app/commit/34d0e94))
21+
22+
23+
124
<a name="3.0.0"></a>
225
# [3.0.0](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.5...3.0.0) (2018-06-18)
326

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

0 commit comments

Comments
 (0)