chore(develop): release 2.3.0

This commit is contained in:
Chen Asraf
2024-09-18 00:01:07 +03:00
committed by Chen Asraf
parent ae64db846f
commit db6177c200
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
# Change Log
## [2.3.0](https://github.com/chenasraf/simple-scaffold/compare/v2.2.2...v2.3.0) (2024-09-17)
### Features
* remove chalk dependency ([ba96ca6](https://github.com/chenasraf/simple-scaffold/commit/ba96ca64d1e02beb16bd127fc889da3ef016b7d5))
### Bug Fixes
* exclude globs ([a2788e7](https://github.com/chenasraf/simple-scaffold/commit/a2788e7c7d27f46d55cf4810e1a8193b5d403568))
## [2.2.2](https://github.com/chenasraf/simple-scaffold/compare/v2.2.1...v2.2.2) (2024-08-27)

View File

@@ -1,6 +1,6 @@
{
"name": "simple-scaffold",
"version": "2.2.2",
"version": "2.3.0",
"description": "Generate any file structure - from single components to entire app boilerplates, with a single command.",
"homepage": "https://chenasraf.github.io/simple-scaffold",
"repository": {