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

Commit f195f90

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2019-10-18) ### Bug Fixes * **yarn:** yarn create failing due to binary name ([7da9829](7da9829)), closes [#18](#18)
1 parent e08e91e commit f195f90

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/amclin/react-project-boilerplate/compare/v3.0.0...v3.0.1) (2019-10-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **yarn:** yarn create failing due to binary name ([7da9829](https://github.com/amclin/react-project-boilerplate/commit/7da9829715fd8cf3cb734e613793a037166eee49)), closes [#18](https://github.com/amclin/react-project-boilerplate/issues/18)
7+
18
# [3.0.0](https://github.com/amclin/react-project-boilerplate/compare/v2.8.0...v3.0.0) (2019-10-18)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-amclin-nextjs-app",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)