Skip to content

Commit 9a821a0

Browse files
chore(release): 0.10.0 [skip ci]
## [0.10.0](v0.9.0...v0.10.0) (2026-05-12) ### Features * **auth:** add logout/status/token-view Commander attachers ([#16](#16)) ([b7e5385](b7e5385))
1 parent b7e5385 commit 9a821a0

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.10.0](https://github.com/Doist/cli-core/compare/v0.9.0...v0.10.0) (2026-05-12)
2+
3+
### Features
4+
5+
* **auth:** add logout/status/token-view Commander attachers ([#16](https://github.com/Doist/cli-core/issues/16)) ([b7e5385](https://github.com/Doist/cli-core/commit/b7e538543e11c667da6c13938a83eca00836fd88))
6+
17
## [0.9.0](https://github.com/Doist/cli-core/compare/v0.8.0...v0.9.0) (2026-05-09)
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.9.0",
3+
"version": "0.10.0",
44
"description": "Shared core utilities for Doist CLI projects",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)