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.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.14.0](v3.13.19...v3.14.0) (2021-03-12)

### Bug Fixes

* husky hooks preventing git commits by CI pipelines ([fc924c6](fc924c6))
* husky hooks preventing git commits by CI pipelines ([f3558ed](f3558ed))

### Features

* **deps:** adopt Husky v5 hook syntax ([3e1250a](3e1250a)), closes [#646](#646) [#631](#631)
  • Loading branch information
semantic-release-bot committed Mar 12, 2021
1 parent fc924c6 commit a2d419b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.14.0](https://github.com/amclin/react-project-boilerplate/compare/v3.13.19...v3.14.0) (2021-03-12)


### Bug Fixes

* husky hooks preventing git commits by CI pipelines ([fc924c6](https://github.com/amclin/react-project-boilerplate/commit/fc924c65d7ee7a82ca43e320495f80dd6674d0e1))
* husky hooks preventing git commits by CI pipelines ([f3558ed](https://github.com/amclin/react-project-boilerplate/commit/f3558ed8376029fc1b71d5413360c62c0e65689d))


### Features

* **deps:** adopt Husky v5 hook syntax ([3e1250a](https://github.com/amclin/react-project-boilerplate/commit/3e1250a8b4a7f99e503600a84a369795d845684e)), closes [#646](https://github.com/amclin/react-project-boilerplate/issues/646) [#631](https://github.com/amclin/react-project-boilerplate/issues/631)

## [3.13.19](https://github.com/amclin/react-project-boilerplate/compare/v3.13.18...v3.13.19) (2021-03-08)


Expand Down
2 changes: 1 addition & 1 deletion coverage/badge-lines.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.13.19",
"version": "3.14.0",
"description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance",
"repository": {
"type": "git",
Expand Down

0 comments on commit a2d419b

Please sign in to comment.