Skip to content

Commit db6177c

Browse files
committed
chore(develop): release 2.3.0
1 parent ae64db8 commit db6177c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [2.3.0](https://github.com/chenasraf/simple-scaffold/compare/v2.2.2...v2.3.0) (2024-09-17)
4+
5+
6+
### Features
7+
8+
* remove chalk dependency ([ba96ca6](https://github.com/chenasraf/simple-scaffold/commit/ba96ca64d1e02beb16bd127fc889da3ef016b7d5))
9+
10+
11+
### Bug Fixes
12+
13+
* exclude globs ([a2788e7](https://github.com/chenasraf/simple-scaffold/commit/a2788e7c7d27f46d55cf4810e1a8193b5d403568))
14+
315
## [2.2.2](https://github.com/chenasraf/simple-scaffold/compare/v2.2.1...v2.2.2) (2024-08-27)
416

517

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.2.2",
3+
"version": "2.3.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)