Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
chore(release): 3.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.15.0](v3.14.5...v3.15.0) (2021-04-22)

### Bug Fixes

* **deps:** use npx command save for NPM v6 ([c20ff61](c20ff61))

### Features

* **deps:** include `jest-coverage-badges` only when needed ([3227983](3227983)), closes [#681](#681)
  • Loading branch information
semantic-release-bot committed Apr 22, 2021
1 parent c20ff61 commit 919faea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 919faea

Please sign in to comment.