diff --git a/CHANGELOG.md b/CHANGELOG.md index a72e3f64..fdeab86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.12.0](https://github.com/amclin/react-project-boilerplate/compare/v3.11.22...v3.12.0) (2020-04-20) + + +### Features + +* **container:** [security] run static sites with unprivledged nginx ([1fcc6ab](https://github.com/amclin/react-project-boilerplate/commit/1fcc6ab8a683d8d6b04809bd398bbdc2f55ad159)) + ## [3.11.22](https://github.com/amclin/react-project-boilerplate/compare/v3.11.21...v3.11.22) (2020-04-15) diff --git a/coverage/badge-branches.svg b/coverage/badge-branches.svg index f1806cba..39163b7d 100644 --- a/coverage/badge-branches.svg +++ b/coverage/badge-branches.svg @@ -1 +1 @@ - Coverage:branchesCoverage:branches25.17%25.17% \ No newline at end of file +Coverage:branchesCoverage:branches25.17%25.17% \ No newline at end of file diff --git a/package.json b/package.json index c2c0594c..5998fc5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-amclin-nextjs-app", - "version": "3.11.22", + "version": "3.12.0", "description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance", "repository": { "type": "git",