Skip to content

Commit 699b75c

Browse files
committed
8.0.4
1 parent 08b49c1 commit 699b75c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Change Log
44

5+
# [8.0.4](https://github.com/framework7io/framework7-cli/compare/v8.0.3...v8.0.4) (2023-05-03)
6+
7+
### Bug Fixes
8+
9+
- do not set obsolete `id` parameter ([08b49c1](https://github.com/framework7io/framework7-cli/commit/08b49c17d1974bbfab9ab8fb9cfea8d3bd87790d)), closes [#211](https://github.com/framework7io/framework7-cli/issues/211)
10+
- fixed wrong rimraf import ([29b160a](https://github.com/framework7io/framework7-cli/commit/29b160a2111024cc15e891c3d8491912715d403d)), closes [#212](https://github.com/framework7io/framework7-cli/issues/212)
11+
512
# [8.0.3](https://github.com/framework7io/framework7-cli/compare/v8.0.2...v8.0.3) (2023-04-17)
613

714
### Reverts

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-cli",
3-
"version": "8.0.3",
3+
"version": "8.0.4",
44
"description": "Framework7 command line utility (CLI)",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)