From f195f90d8f2463910ba89169059ea8711c99ab1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Oct 2019 00:48:25 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/amclin/react-project-boilerplate/compare/v3.0.0...v3.0.1) (2019-10-18) ### Bug Fixes * **yarn:** yarn create failing due to binary name ([7da9829](https://github.com/amclin/react-project-boilerplate/commit/7da9829715fd8cf3cb734e613793a037166eee49)), closes [#18](https://github.com/amclin/react-project-boilerplate/issues/18) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 326a3b3c..975b5f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/amclin/react-project-boilerplate/compare/v3.0.0...v3.0.1) (2019-10-18) + + +### Bug Fixes + +* **yarn:** yarn create failing due to binary name ([7da9829](https://github.com/amclin/react-project-boilerplate/commit/7da9829715fd8cf3cb734e613793a037166eee49)), closes [#18](https://github.com/amclin/react-project-boilerplate/issues/18) + # [3.0.0](https://github.com/amclin/react-project-boilerplate/compare/v2.8.0...v3.0.0) (2019-10-18) diff --git a/package.json b/package.json index d92081e1..96277193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-amclin-nextjs-app", - "version": "3.0.0", + "version": "3.0.1", "description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance", "repository": { "type": "git",