chore(release): 2.0.2 [skip ci]

## [2.0.2](https://github.com/chenasraf/simple-scaffold/compare/v2.0.1...v2.0.2) (2024-02-04)

### Bug Fixes

* try to await scaffold before finally ([1b70897](1b70897f98))
This commit is contained in:
semantic-release-bot
2024-02-04 14:20:58 +00:00
parent 0e567ec56f
commit dbc3283d5a
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Change Log
## [2.0.2](https://github.com/chenasraf/simple-scaffold/compare/v2.0.1...v2.0.2) (2024-02-04)
### Bug Fixes
* try to await scaffold before finally ([1b70897](https://github.com/chenasraf/simple-scaffold/commit/1b70897f9840e6365ff800490fbb813b9840177d))
## [2.0.1](https://github.com/chenasraf/simple-scaffold/compare/v2.0.0...v2.0.1) (2024-02-02)

View File

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