We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28a38d9 + 5b1157b commit 509c4e4Copy full SHA for 509c4e4
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.1](https://github.com/JonDotsoy/envctl/compare/v1.2.0...v1.2.1) (2024-03-04)
4
+
5
6
+### Bug Fixes
7
8
+* **subcommands:** Ensure consistent newline endings in CLI messages ([28a38d9](https://github.com/JonDotsoy/envctl/commit/28a38d97b560e02c5ac01e0f83bfb60f217e0a10))
9
10
## [1.2.0](https://github.com/JonDotsoy/envctl/compare/v1.1.0...v1.2.0) (2024-03-04)
11
12
package.json
@@ -18,5 +18,5 @@
18
"scripts": {
19
"fmt": "prettier -w ."
20
},
21
- "version": "1.2.0"
+ "version": "1.2.1"
22
}
0 commit comments