Skip to content

Commit

Permalink
fix: Fix wrong CLI version.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 20, 2023
1 parent c144174 commit e1d9504
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moon_cli"
version = "1.16.2"
version = "1.17.0"
edition = "2021"
publish = false

Expand Down
4 changes: 3 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
- Updated `moon bin` and `moon docker` commands to support Bun.
- Updated task `platform` to support "bun".
- Improved TypeScript support.
- Added a `typescript.root` setting to denote the TypeScript root.
- Added a `typescript.includeSharedTypes` setting, for syncing a shared types path to all
project's `include`.
- Updated `typescript.rootConfigFileName` setting to support directories.
- Added a `typescript.includeProjectReferenceSources` setting, for syncing project reference files
to all project's `include`.
- Updated `typescript.syncProjectReferencesToPaths` setting to always include the wildcard, and
not require an index file.
- Improved project reference syncing and edge case handling.
Expand Down

0 comments on commit e1d9504

Please sign in to comment.