Skip to content

Commit

Permalink
cli 0.45.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Aug 4, 2024
1 parent 7868e97 commit 936cc1b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 5 deletions.
9 changes: 8 additions & 1 deletion cli-releases/releases.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tags": {
"latest": "0.45.2"
"latest": "0.45.3"
},
"versions": {
"0.41.0": {
Expand Down Expand Up @@ -65,6 +65,13 @@
"relseaseNotes": "* Updated npm dependencies\n",
"url": "https://cli.mops.one/versions/0.45.2.tgz",
"hash": "2d156825313a0beabdc9c88f11cd321409fe24a65538f3663608a5f0150cc20b"
},
"0.45.3": {
"time": 1722777731005,
"size": 760252,
"relseaseNotes": "* Fixed bug with missing `tar` package\n",
"url": "https://cli.mops.one/versions/0.45.3.tgz",
"hash": "a4d65bed21c204f1984fddc327f936427296dff182944cc3ad141ab6d770d907"
}
}
}
2 changes: 1 addition & 1 deletion cli-releases/tags/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.45.2
0.45.3
Binary file added cli-releases/versions/0.45.3.tgz
Binary file not shown.
Binary file modified cli-releases/versions/0.tgz
Binary file not shown.
Binary file modified cli-releases/versions/latest.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## unreleased

## 0.45.3
- Fixed bug with missing `tar` package

## 0.45.2
- Updated npm dependencies

Expand Down
4 changes: 2 additions & 2 deletions cli/package-lock.json

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

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-mops",
"version": "0.45.2",
"version": "0.45.3",
"type": "module",
"bin": {
"mops": "dist/bin/mops.js",
Expand Down

0 comments on commit 936cc1b

Please sign in to comment.