Skip to content

Commit 2f7c4f9

Browse files
github-actions[bot]geeeger
authored andcommitted
chore(main): release 2.0.0
1 parent 18d33a6 commit 2f7c4f9

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0](https://github.com/geeeger-pkgs/ocusage/compare/v1.3.2...v2.0.0) (2026-04-29)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* requires Node.js >= 22.5.0 (was >= 20.0.0)
14+
15+
### Features
16+
17+
* replace sql.js with node:sqlite for WAL mode support ([18d33a6](https://github.com/geeeger-pkgs/ocusage/commit/18d33a6f87c99b704653a62de8447735cf4a03b6))
18+
819
## [1.3.2](https://github.com/geeeger-pkgs/ocusage/compare/v1.3.1...v1.3.2) (2026-04-22)
920

1021

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": "@geeeger/ocusage",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"description": "OpenCode daily token usage report CLI",
55
"bin": {
66
"ocusage": "./cli.mjs"

0 commit comments

Comments
 (0)