Skip to content

Commit 4868925

Browse files
chore(release): 1.7.0 [skip ci]
## [1.7.0](v1.6.0...v1.7.0) (2023-05-17) ### Features * function config file ([02a8ba1](02a8ba1)) ### Bug Fixes * use path.normalize ([565090a](565090a))
1 parent 79cfdbe commit 4868925

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [1.7.0](https://github.com/chenasraf/simple-scaffold/compare/v1.6.0...v1.7.0) (2023-05-17)
4+
5+
6+
### Features
7+
8+
* function config file ([02a8ba1](https://github.com/chenasraf/simple-scaffold/commit/02a8ba16cd6ee31806532845cb5ddbe0f5abf7de))
9+
10+
11+
### Bug Fixes
12+
13+
* use path.normalize ([565090a](https://github.com/chenasraf/simple-scaffold/commit/565090a951e13dd222f2f802df717e7cb6ca0a73))
14+
315
## [1.7.0-develop.5](https://github.com/chenasraf/simple-scaffold/compare/v1.7.0-develop.4...v1.7.0-develop.5) (2023-05-12)
416

517
## [1.7.0-develop.4](https://github.com/chenasraf/simple-scaffold/compare/v1.7.0-develop.3...v1.7.0-develop.4) (2023-05-11)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-scaffold",
3-
"version": "1.7.0-develop.5",
3+
"version": "1.7.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": "https://github.com/chenasraf/simple-scaffold.git",

0 commit comments

Comments
 (0)