Skip to content

Commit e83a2da

Browse files
chore(release): 0.5.0 [skip ci]
## [0.5.0](v0.4.0...v0.5.0) (2026-05-08) ### Features * add global args parser + factories ([#7](#7)) ([419243e](419243e))
1 parent 419243e commit e83a2da

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.5.0](https://github.com/Doist/cli-core/compare/v0.4.0...v0.5.0) (2026-05-08)
2+
3+
### Features
4+
5+
* add global args parser + factories ([#7](https://github.com/Doist/cli-core/issues/7)) ([419243e](https://github.com/Doist/cli-core/commit/419243e8543f180e15a2f6efe91d99a4c93bee40))
6+
17
## [0.4.0](https://github.com/Doist/cli-core/compare/v0.3.0...v0.4.0) (2026-05-08)
28

39
### Features

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": "@doist/cli-core",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Shared core utilities for Doist CLI projects",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)