From d8bd9987503a4670c1919e8a2940e9e094b87f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Mon, 18 Jun 2018 13:51:05 +0200 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c65fb5b8..2d4d8ea4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [3.0.0](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.5...3.0.0) (2018-06-18) + + +### Bug Fixes + +* **cli:** Use latest version when stable unavailable ([#57](https://github.com/algolia/create-instantsearch-app/issues/57)) ([e764cd5](https://github.com/algolia/create-instantsearch-app/commit/e764cd5)) + + + # [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) diff --git a/package.json b/package.json index 6791db8c4..7ac3aa409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-instantsearch-app", - "version": "3.0.0-beta.5", + "version": "3.0.0", "license": "MIT", "description": "Build InstantSearch apps at the speed of thoughts ⚡️", "repository": "algolia/create-instantsearch-app",