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.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.8.0...v3.0.0) (2019-10-18)

### Bug Fixes

* rename npm package so yarn create works ([a60ee84](a60ee84)), closes [#18](#18)

### BREAKING CHANGES

* `npx amclin-create-react-app` is now `npx create-amclin-nextjs-app`
  • Loading branch information
semantic-release-bot committed Oct 18, 2019
1 parent 665c4ad commit efb3cfc
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.0.0](https://github.com/amclin/react-project-boilerplate/compare/v2.8.0...v3.0.0) (2019-10-18)


### Bug Fixes

* rename npm package so yarn create works ([a60ee84](https://github.com/amclin/react-project-boilerplate/commit/a60ee84c347a41f27aff251e4025b89e1c4a5e10)), closes [#18](https://github.com/amclin/react-project-boilerplate/issues/18)


### BREAKING CHANGES

* `npx amclin-create-react-app` is now `npx create-amclin-nextjs-app`

# [2.8.0](https://github.com/amclin/react-project-boilerplate/compare/v2.7.0...v2.8.0) (2019-10-17)


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": "2.8.0",
"version": "3.0.0",
"description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance",
"repository": {
"type": "git",
Expand Down

0 comments on commit efb3cfc

Please sign in to comment.