From 87e5746e47eeff7e20d4e3be54a12a4c6db84ddf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2019 18:04:28 +0000 Subject: [PATCH] chore(release): 2.5.1 [skip ci] ## [2.5.1](https://github.com/amclin/react-project-boilerplate/compare/v2.5.0...v2.5.1) (2019-10-15) ### Bug Fixes * unexpected token issue in windows ([42762bb](https://github.com/amclin/react-project-boilerplate/commit/42762bb5ccb1b2684d0318ca184ab1be0e4e8e0d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6e5fd1..a950acdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.1](https://github.com/amclin/react-project-boilerplate/compare/v2.5.0...v2.5.1) (2019-10-15) + + +### Bug Fixes + +* unexpected token issue in windows ([42762bb](https://github.com/amclin/react-project-boilerplate/commit/42762bb5ccb1b2684d0318ca184ab1be0e4e8e0d)) + # [2.5.0](https://github.com/amclin/react-project-boilerplate/compare/v2.4.0...v2.5.0) (2019-10-11) diff --git a/package.json b/package.json index 49e7acec..72b5c056 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amclin-create-react-app", - "version": "2.5.0", + "version": "2.5.1", "description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance", "repository": { "type": "git",