diff --git a/CHANGELOG.md b/CHANGELOG.md index 71dd39f..312eeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://www.conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/ungoldman/hyperaxe/compare/v3.0.1...v3.0.2) (2026-06-14) + + +### Bug Fixes + +* ship only dist and raise the node floor to 22.12 ([#56](https://github.com/ungoldman/hyperaxe/issues/56)) ([4904cc6](https://github.com/ungoldman/hyperaxe/commit/4904cc6ce66a5dafb4d1b384bc4c6a393371fba1)) + ## [3.0.1](https://github.com/ungoldman/hyperaxe/compare/v3.0.0...v3.0.1) (2026-06-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 2a951c4..bc20357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hyperaxe", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hyperaxe", - "version": "3.0.1", + "version": "3.0.2", "license": "ISC", "dependencies": { "html-tags": "^5.1.0", diff --git a/package.json b/package.json index 14e7676..4d77959 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperaxe", "description": "Enchanted hyperscript weapon.", - "version": "3.0.1", + "version": "3.0.2", "author": "Nate Goldman (https://ungoldman.com/)", "bugs": { "url": "https://github.com/ungoldman/hyperaxe/issues"