Skip to content

Commit df6c351

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2024-02-23) ### Features * `list` command ([d579c09](d579c09)) * add `--before-write` cli option ([#89](#89)) ([5f810e2](5f810e2))
1 parent 5f810e2 commit df6c351

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
# [2.2.0](https://github.com/chenasraf/simple-scaffold/compare/v2.1.0...v2.2.0) (2024-02-23)
4+
5+
6+
### Features
7+
8+
* `list` command ([d579c09](https://github.com/chenasraf/simple-scaffold/commit/d579c09c11f2149fe7bb4515297c1287fa67083e))
9+
* add `--before-write` cli option ([#89](https://github.com/chenasraf/simple-scaffold/issues/89)) ([5f810e2](https://github.com/chenasraf/simple-scaffold/commit/5f810e21160816bc683cc0f375de318ff874871c))
10+
311
# [2.1.0](https://github.com/chenasraf/simple-scaffold/compare/v2.0.2...v2.1.0) (2024-02-12)
412

513

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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Generate any file structure - from single components to entire app boilerplates, with a single command.",
55
"homepage": "https: //chenasraf.github.io/simple-scaffold",
66
"repository": {

0 commit comments

Comments
 (0)