Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Tag-driven release workflow for Maven Central publishing and GitHub releases.
- Release runbook covering secrets, version sweep, annotated tags, and verification.

## [0.2.1] - Overridable test-time JS env
## [0.2.1] - Overridable test-time JS env (2026-04-17)

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Keeps Mill's task graph, module structure, caching, Scala.js linker integration,
//| mill-version: 1.1.5
//| mill-jvm-version: system
//| mvnDeps:
//| - com.tjclp::mill-bun_mill1:0.2.0
//| - com.tjclp::mill-bun_mill1:0.2.1

package build

Expand Down Expand Up @@ -49,7 +49,7 @@ For published Scala.js libraries that must carry JS runtime dependencies to down
//| mill-version: 1.1.5
//| mill-jvm-version: system
//| mvnDeps:
//| - com.tjclp::mill-bun_mill1:0.2.0
//| - com.tjclp::mill-bun_mill1:0.2.1

package build

Expand Down
2 changes: 1 addition & 1 deletion example-scalajs/build.mill
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//| mill-version: 1.1.5
//| mill-jvm-version: system
//| mvnDeps:
//| - com.tjclp::mill-bun_mill1:0.2.0
//| - com.tjclp::mill-bun_mill1:0.2.1

package build

Expand Down
2 changes: 1 addition & 1 deletion example-typescript/build.mill
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//| mill-version: 1.1.5
//| mvnDeps:
//| - com.tjclp::mill-bun_mill1:0.2.0
//| - com.tjclp::mill-bun_mill1:0.2.1

package build

Expand Down
2 changes: 1 addition & 1 deletion examples/build.mill
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//| mill-version: 1.1.5
//| mill-jvm-version: system
//| mvnDeps:
//| - com.tjclp::mill-bun_mill1:0.2.0
//| - com.tjclp::mill-bun_mill1:0.2.1

package build

Expand Down
Loading