From 0ca7af9b8181d8951294d82122c75720d336765d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Jun 2021 13:41:35 +0000 Subject: [PATCH] chore(release): 3.15.3 [skip ci] ## [3.15.3](https://github.com/amclin/react-project-boilerplate/compare/v3.15.2...v3.15.3) (2021-06-08) ### Bug Fixes * **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([fa29626](https://github.com/amclin/react-project-boilerplate/commit/fa29626ce3dfdcf019d6da10905d69857859e90f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0367bf67..6c4444f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.15.3](https://github.com/amclin/react-project-boilerplate/compare/v3.15.2...v3.15.3) (2021-06-08) + + +### Bug Fixes + +* **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([fa29626](https://github.com/amclin/react-project-boilerplate/commit/fa29626ce3dfdcf019d6da10905d69857859e90f)) + ## [3.15.2](https://github.com/amclin/react-project-boilerplate/compare/v3.15.1...v3.15.2) (2021-05-07) diff --git a/package.json b/package.json index c8b5c709..90ee0729 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-amclin-nextjs-app", - "version": "3.15.2", + "version": "3.15.3", "description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance", "repository": { "type": "git",