Skip to content

Commit f4a662b

Browse files
authored
Merge pull request #1 from JonDotsoy/release-please--branches--develop--components--envctl
chore(develop): release 1.0.0
2 parents 5a8575b + 3af65cb commit f4a662b

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-03-03)
4+
5+
6+
### Features
7+
8+
* Add Envctl class for enhanced .env file handling ([28d4d9d](https://github.com/JonDotsoy/envctl/commit/28d4d9dcd9c007d7fe9bd382a9119c060b224760))
9+
* **cli:** add help flag for CLI tool ([4b56b74](https://github.com/JonDotsoy/envctl/commit/4b56b74faa59dfa29a6b77f7d40f5205ca775dc0))
10+
* enhance CLI with new commands and refactor code base ([38dafbd](https://github.com/JonDotsoy/envctl/commit/38dafbdc0838372f8845d701207ac34543cba1d8))
11+
* implement CLI subcommand execution with error handling and messaging ([391a532](https://github.com/JonDotsoy/envctl/commit/391a532940443dc0169a45a9c511abf838614a2e))
12+
* improve code formatting and consistency in bin.ts ([2a1cffc](https://github.com/JonDotsoy/envctl/commit/2a1cffc147517adf273f7cc56e56f8c4bd0f8c31))
13+
* Initialize envctl project with basic CLI ([eae444a](https://github.com/JonDotsoy/envctl/commit/eae444a869cd4275edeef88478f4a02473eea9c4))
14+
* integrate fig ([2b12535](https://github.com/JonDotsoy/envctl/commit/2b12535afa3ec274851b449c0245f3e27734ea30))
15+
* Set package.json to private ([997dd88](https://github.com/JonDotsoy/envctl/commit/997dd88b6ee37b8b4eab98782084435cb24f7c50))
16+
* streamline build process and update command entry ([1b200b4](https://github.com/JonDotsoy/envctl/commit/1b200b4b5d69ac719c23a8e16b947f51d035d12f))
17+
* Update bun.lockb to latest dependencies ([014a61a](https://github.com/JonDotsoy/envctl/commit/014a61a2fbf756da08a011ee5c650b2733b333b5))
18+
* Update README to reflect new file structure and command usage ([f20c5d9](https://github.com/JonDotsoy/envctl/commit/f20c5d9f0acb88c0b73e406c5b01787e8e19698c))
19+
* **utils/tests_tools:** Add utilities for cleaning terminal colors and handling writable streams ([853e9ec](https://github.com/JonDotsoy/envctl/commit/853e9ecc703bd845c8cedf0c0e9a692e427413b5))
20+
* **utils:** Add utilities for workspace & global message handling ([3383797](https://github.com/JonDotsoy/envctl/commit/33837975aae11236aa9d4870ec224363497409c4))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
},
1818
"scripts": {
1919
"fmt": "prettier -w ."
20-
}
20+
},
21+
"version": "1.0.0"
2122
}

0 commit comments

Comments
 (0)