From 919faea148f7d1274905b430c67d4ffca805149e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Apr 2021 19:59:34 +0000 Subject: [PATCH] chore(release): 3.15.0 [skip ci] # [3.15.0](https://github.com/amclin/react-project-boilerplate/compare/v3.14.5...v3.15.0) (2021-04-22) ### Bug Fixes * **deps:** use npx command save for NPM v6 ([c20ff61](https://github.com/amclin/react-project-boilerplate/commit/c20ff616a0c4729cb6e5c989119558056b120556)) ### Features * **deps:** include `jest-coverage-badges` only when needed ([3227983](https://github.com/amclin/react-project-boilerplate/commit/32279836ee66047e665e15c13494393f06354209)), closes [#681](https://github.com/amclin/react-project-boilerplate/issues/681) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fdab941..3ad41a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.15.0](https://github.com/amclin/react-project-boilerplate/compare/v3.14.5...v3.15.0) (2021-04-22) + + +### Bug Fixes + +* **deps:** use npx command save for NPM v6 ([c20ff61](https://github.com/amclin/react-project-boilerplate/commit/c20ff616a0c4729cb6e5c989119558056b120556)) + + +### Features + +* **deps:** include `jest-coverage-badges` only when needed ([3227983](https://github.com/amclin/react-project-boilerplate/commit/32279836ee66047e665e15c13494393f06354209)), closes [#681](https://github.com/amclin/react-project-boilerplate/issues/681) + ## [3.14.5](https://github.com/amclin/react-project-boilerplate/compare/v3.14.4...v3.14.5) (2021-04-22) diff --git a/package.json b/package.json index 5ea528b0..d82673a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-amclin-nextjs-app", - "version": "3.14.5", + "version": "3.15.0", "description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance", "repository": { "type": "git",