Skip to content

Commit

Permalink
[cli] 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Dec 10, 2024
1 parent a894d3d commit 8e3804f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion cli-releases/releases.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tags": {
"latest": "1.1.1"
"latest": "1.1.2"
},
"versions": {
"0.41.0": {
Expand Down Expand Up @@ -104,6 +104,14 @@
"commitHash": "81f69d54900d536e23ca56cfba0095d12d10a082",
"url": "https://cli.mops.one/versions/1.1.1.tgz",
"hash": "11471e7a0e6dd44f0c573e79724f1a2d447cc8e256f20960a39e01de651c753a"
},
"1.1.2": {
"time": 1733808678915,
"size": 717007,
"relseaseNotes": "* Fixed `{MOPS_ENV}` substitution in local package path\n",
"commitHash": "a894d3d31cc4acf9137f7187383110a7007279e6",
"url": "https://cli.mops.one/versions/1.1.2.tgz",
"hash": "026fe911da71223cc4e1ccf9401ab91f3b34bad0d6a649472ec4dc304ceb2eed"
}
}
}
2 changes: 1 addition & 1 deletion cli-releases/tags/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
Binary file added cli-releases/versions/1.1.2.tgz
Binary file not shown.
Binary file modified cli-releases/versions/1.tgz
Binary file not shown.
Binary file modified cli-releases/versions/latest.tgz
Binary file not shown.
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": "1.1.1",
"version": "1.1.2",
"type": "module",
"bin": {
"mops": "dist/bin/mops.js",
Expand Down

0 comments on commit 8e3804f

Please sign in to comment.