Skip to content

Commit

Permalink
Bump to 4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
as-hirose committed Sep 25, 2023
1 parent dc3682a commit 3c73793
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

CHANGELOG
====
v4.2.9
----
#### Updates
* Add retry option when there is a problem in downloading from the cloud server
* Detail Changelog in [`monaca-lib@4.1.8`](https://github.com/monaca/monaca-lib/blob/master/CHANGELOG.md#v418)

v4.2.8
----
#### Bug Fix
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaca",
"version": "4.2.8",
"version": "4.2.9",
"description": "Monaca Command Line Tool",
"bin": {
"monaca": "bin/monaca"
Expand Down Expand Up @@ -36,7 +36,7 @@
"ip": "^1.1.5",
"minimist": "^1.2.8",
"monaca-inquirer": "^1.0.4",
"monaca-lib": "^4.1.6",
"monaca-lib": "^4.1.8",
"opn": "^5.3.0",
"portfinder": "^1.0.7",
"q": "^1.1.2",
Expand Down

0 comments on commit 3c73793

Please sign in to comment.