Skip to content

Commit 7da786a

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.4...v1.2.0) (2023-04-24) ### Features * append-data cli flag ([3c5c2de](3c5c2de)) ### Bug Fixes * ci node version ([767d34c](767d34c)) * semantic-release build dir ([f7956dd](f7956dd)) * support quote wrapping in append-data ([4fecca8](4fecca8))
1 parent 4fecca8 commit 7da786a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [1.2.0](https://github.com/chenasraf/simple-scaffold/compare/v1.1.4...v1.2.0) (2023-04-24)
4+
5+
6+
### Features
7+
8+
* append-data cli flag ([3c5c2de](https://github.com/chenasraf/simple-scaffold/commit/3c5c2ded02f61ff086e81ea4a7f40529bdff1c9d))
9+
10+
11+
### Bug Fixes
12+
13+
* ci node version ([767d34c](https://github.com/chenasraf/simple-scaffold/commit/767d34c684516d4cea865b25e87c27c779bb79ce))
14+
* semantic-release build dir ([f7956dd](https://github.com/chenasraf/simple-scaffold/commit/f7956ddc786018905c48ccf1f21a3bb4657c3d75))
15+
* support quote wrapping in append-data ([4fecca8](https://github.com/chenasraf/simple-scaffold/commit/4fecca848347312d45d704f82f2bcb3822da9b06))
16+
317
### [1.1.4](https://github.com/chenasraf/simple-scaffold/compare/v1.1.3...v1.1.4) (2023-04-24)
418

519
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-scaffold",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "A simple command to generate any file structure, from single components to entire app boilerplates.",
55
"homepage": "https://casraf.dev/simple-scaffold",
66
"repository": "https://github.com/chenasraf/simple-scaffold.git",

0 commit comments

Comments
 (0)