Skip to content

Commit

Permalink
cli 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Mar 27, 2024
1 parent 77d1827 commit 8ab63e8
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
14 changes: 7 additions & 7 deletions cli-releases/releases.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"tags": {
"latest": "0.40.0"
"latest": "0.41.0"
},
"versions": {
"0.40.0": {
"time": 1711435435559,
"size": 700323,
"relseaseNotes": "* Publish package benchmarks\n",
"url": "https://cli.mops.one/versions/0.40.0.tgz",
"hash": "a35cb2153e24976d2a105fef6fa037260d91aed2d256dc193e72575882dc6358"
"0.41.0": {
"time": 1711525199047,
"size": 700358,
"relseaseNotes": "* Add `mops self update` command to update the CLI to the latest version\n* Add `mops self uninstall` command to uninstall the CLI\n",
"url": "https://cli.mops.one/versions/0.41.0.tgz",
"hash": "8ca26575e3a441d03304d9be9f94aba1c2c39eade0b5af0c0b6ac25f5c1194b8"
}
}
}
2 changes: 1 addition & 1 deletion cli-releases/tags/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.1
0.41.0
Binary file added cli-releases/versions/0.41.0.tgz
Binary file not shown.
Binary file added cli-releases/versions/0.tgz
Binary file not shown.
Binary file added cli-releases/versions/latest.tgz
Binary file not shown.
4 changes: 4 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Mops CLI Changelog

## 0.41.0
- Add `mops self update` command to update the CLI to the latest version
- Add `mops self uninstall` command to uninstall the CLI

## 0.40.0
- Publish package benchmarks
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.40.0",
"version": "0.41.0",
"type": "module",
"bin": {
"mops": "bin/mops.js",
Expand Down

0 comments on commit 8ab63e8

Please sign in to comment.