We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3889b93 commit 54fa684Copy full SHA for 54fa684
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [1.4.1](https://github.com/runreal/cli/compare/v1.4.0...v1.4.1) (2025-02-21)
4
+
5
6
+### Bug Fixes
7
8
+* allow specifying build timestamp ([7bee7aa](https://github.com/runreal/cli/commit/7bee7aae4731888eca809e43b1d5d849d04b71a2))
9
+* race condition in buildId cfg ([75ce663](https://github.com/runreal/cli/commit/75ce663818acb4aec5d2679919426811112b2d0f))
10
11
## [1.4.0](https://github.com/runreal/cli/compare/v1.3.0...v1.4.0) (2024-11-28)
12
13
src/version.ts
@@ -1,3 +1,3 @@
// x-release-please-start-version
-export const VERSION = '1.4.0'
+export const VERSION = '1.4.1'
// x-release-please-end
0 commit comments