diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7383b9..d9d1ed19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.12.9](https://github.com/amclin/react-project-boilerplate/compare/v3.12.8...v3.12.9) (2020-05-26) + + +### Bug Fixes + +* **deps:** bump cross-spawn from 7.0.2 to 7.0.3 ([9f755bd](https://github.com/amclin/react-project-boilerplate/commit/9f755bdc5fd947698c119b0218258edcff89e4b0)) + ## [3.12.8](https://github.com/amclin/react-project-boilerplate/compare/v3.12.7...v3.12.8) (2020-05-18) diff --git a/package.json b/package.json index b8143107..d1c53717 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-amclin-nextjs-app", - "version": "3.12.8", + "version": "3.12.9", "description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance", "repository": { "type": "git",