diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fada38..9276945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased + +# 0.3.0 (2026-07-08) + ## Features - Add new `--version` CLI flag - Add new `show-config` CLI command diff --git a/package-lock.json b/package-lock.json index 44a2c0c..be92c02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tuor-sandbox", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tuor-sandbox", - "version": "0.2.1", + "version": "0.3.0", "license": "Apache-2.0", "dependencies": { "@earendil-works/gondolin": "^0.12.0", diff --git a/package.json b/package.json index a8129f8..0986be6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tuor-sandbox", - "version": "0.2.1", + "version": "0.3.0", "author": "codethief ", "repository": { "url": "github:codethief/tuor"