Skip to content

Commit cb0a7af

Browse files
authored
Merge pull request #4 from JonDotsoy/release-please--branches--develop--components--envctl
chore(develop): release 1.2.0
2 parents 635bcee + e4c3723 commit cb0a7af

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/JonDotsoy/envctl/compare/v1.1.0...v1.2.0) (2024-03-04)
4+
5+
6+
### Features
7+
8+
* **cli:** add version command to display application version ([635bcee](https://github.com/JonDotsoy/envctl/commit/635bcee98bce42a8ba62391013aafcb45e8573f8))
9+
* **utils:** Add `getPackageJson` utility function ([1183b8b](https://github.com/JonDotsoy/envctl/commit/1183b8ba185c4f4499fc749bde9c7a27749e9a58))
10+
311
## [1.1.0](https://github.com/JonDotsoy/envctl/compare/v1.0.1...v1.1.0) (2024-03-04)
412

513

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.1.0"
21+
"version": "1.2.0"
2222
}

0 commit comments

Comments
 (0)