Skip to content

Commit 50b1280

Browse files
committed
Release 0.0.1
1 parent 50db3c3 commit 50b1280

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.1] - 2025-05-06
11+
1012
### Added
1113

1214
- Initial setup
1315
- New APIs; `celebrate`, `debug`, `fail`, `log`, `spinner`, `success`, `warn`
1416
- Ability to set a configuration
1517

16-
[unreleased]: https://github.com/simmo/niobe/compare/bf9ff70...HEAD
18+
[unreleased]: https://github.com/simmo/jinju/compare/0.0.1...HEAD
1719
[@simmo]: https://github.com/simmo
20+
21+
[0.0.1]: https://github.com/simmo/jinju/compare/0.0.1-beta.16...0.0.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jinju",
3-
"version": "0.0.1-beta.16",
3+
"version": "0.0.1",
44
"description": "Opinionated Node CLI Toolkit",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)