diff options
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d2942..bdd6b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.15.0](https://github.com/Xe/x/compare/v1.14.1...v1.15.0) (2025-04-27) + +### Features + +- **ci:** allow automatically cutting a new release via messages ([b12801a](https://github.com/Xe/x/commit/b12801a2445bbaa8840acd00d76653100a4f6bbe)) + ## [1.14.1](https://github.com/Xe/x/compare/v1.14.0...v1.14.1) (2025-04-27) # [1.14.0](https://github.com/Xe/x/compare/v1.13.6...v1.14.0) (2025-04-27) diff --git a/package.json b/package.json index d84f8e3..69aa67e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xe/x", - "version": "1.14.1", + "version": "1.15.0", "description": "Xe's /x/perimental playground", "main": "yeetfile.js", "directories": { |
