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

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.3...v2.1.0) (2019-10-07)

### Bug Fixes

* getting year was failing when generating license file ([b590025](b590025))
* incorrect instructions shown when global install was out of date ([ba011b2](ba011b2))
* populating templates sometimes fails from too many open files ([940effe](940effe))
* post-run instructions were missing created path ([3499607](3499607))

### Features

* populate copyright info in generated license ([724f850](724f850))
* **components:** <Favicon> atomic molecule with sample favicons ([0ddff76](0ddff76))
* **components:** <GlobalHead> organism for reusable document head tags ([5d35445](5d35445))
* **components:** <HeadLink> as atomic design atom example ([f6d54c4](f6d54c4))
* **components:** <Manifest> component for PWAs with sample manifest ([cb452b3](cb452b3))
* **template:** provide better folder pattern for page routing ([dfcf3d1](dfcf3d1))
  • Loading branch information
semantic-release-bot committed Oct 7, 2019
1 parent bde3b5d commit 495dbdb
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.1.0](https://github.com/amclin/react-project-boilerplate/compare/v2.0.3...v2.1.0) (2019-10-07)


### Bug Fixes

* getting year was failing when generating license file ([b590025](https://github.com/amclin/react-project-boilerplate/commit/b590025))
* incorrect instructions shown when global install was out of date ([ba011b2](https://github.com/amclin/react-project-boilerplate/commit/ba011b2))
* populating templates sometimes fails from too many open files ([940effe](https://github.com/amclin/react-project-boilerplate/commit/940effe))
* post-run instructions were missing created path ([3499607](https://github.com/amclin/react-project-boilerplate/commit/3499607))


### Features

* populate copyright info in generated license ([724f850](https://github.com/amclin/react-project-boilerplate/commit/724f850))
* **components:** <Favicon> atomic molecule with sample favicons ([0ddff76](https://github.com/amclin/react-project-boilerplate/commit/0ddff76))
* **components:** <GlobalHead> organism for reusable document head tags ([5d35445](https://github.com/amclin/react-project-boilerplate/commit/5d35445))
* **components:** <HeadLink> as atomic design atom example ([f6d54c4](https://github.com/amclin/react-project-boilerplate/commit/f6d54c4))
* **components:** <Manifest> component for PWAs with sample manifest ([cb452b3](https://github.com/amclin/react-project-boilerplate/commit/cb452b3))
* **template:** provide better folder pattern for page routing ([dfcf3d1](https://github.com/amclin/react-project-boilerplate/commit/dfcf3d1))

## [2.0.3](https://github.com/amclin/react-project-boilerplate/compare/v2.0.2...v2.0.3) (2019-10-04)


Expand Down
2 changes: 1 addition & 1 deletion coverage/badge-functions.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 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 coverage/badge-statements.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": "amclin-create-react-app",
"version": "2.0.3",
"version": "2.1.0",
"description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance",
"repository": {
"type": "git",
Expand Down

0 comments on commit 495dbdb

Please sign in to comment.