Skip to content

Commit 9e15850

Browse files
authored
release: CLI v2.4.0 (#414)
## Release CLI v2.4.0 ### Changes - Support `[build].outputDir` config in `mops.toml` for custom build output directory - Fix `mops build --output` CLI option being silently ignored - Warn when canister `args` contain flags managed by `mops build` (e.g. `-o`, `-c`, `--idl`) - Support pocket-ic versions beyond 9.x.x (fixes #410) ### Checklist - [x] CHANGELOG updated with version heading - [x] `npm version minor` applied - [x] CI passing After merge: tag `cli-v2.4.0` on main and push to trigger the release workflow. Made with [Cursor](https://cursor.com)
1 parent 1a72a53 commit 9e15850

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Mops CLI Changelog
22

33
## Next
4+
5+
## 2.4.0
46
- Support `[build].outputDir` config in `mops.toml` for custom build output directory
57
- Fix `mops build --output` CLI option being silently ignored
68
- Warn when canister `args` contain flags managed by `mops build` (e.g. `-o`, `-c`, `--idl`)

cli/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.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ic-mops",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"type": "module",
55
"bin": {
66
"mops": "dist/bin/mops.js",

0 commit comments

Comments
 (0)