Skip to content

Commit 509c4e4

Browse files
authored
Merge pull request #5 from JonDotsoy/release-please--branches--develop--components--envctl
chore(develop): release 1.2.1
2 parents 28a38d9 + 5b1157b commit 509c4e4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.2.0](https://github.com/JonDotsoy/envctl/compare/v1.1.0...v1.2.0) (2024-03-04)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"scripts": {
1919
"fmt": "prettier -w ."
2020
},
21-
"version": "1.2.0"
21+
"version": "1.2.1"
2222
}

0 commit comments

Comments
 (0)