diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d8676..3019cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v1.11.1-canary-20250124-7413452 + +[compare changes](https://github.com/Basalt-Lab/basalt-helper/compare/v1.11.1-canary-20250123-a71e203...v1.11.1-canary-20250124-7413452) + +### 📦 Build + +- **📦:** Disable minify identifiers ([193ae6c](https://github.com/Basalt-Lab/basalt-helper/commit/193ae6c)) + +### ❤️ Contributors + +- Ruby + ## v1.11.1-canary-20250123-a71e203 [compare changes](https://github.com/Basalt-Lab/basalt-helper/compare/v1.11.1-canary-20250123-82ae5f6...v1.11.1-canary-20250123-a71e203) diff --git a/package.json b/package.json index c0970ba..3b2340c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@basalt-lab/basalt-helper", - "version": "1.11.1-canary-20250123-a71e203", + "version": "1.11.1-canary-20250124-7413452", "description": "A helper library providing utilities.", "type": "module", "types": "build/index.d.ts",