diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0bfd9..dc2bf5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.0.1](https://github.com/jakelauer/theseus-js/compare/v15.0.0...v15.0.1) (2024-08-01) + + +### Bug Fixes + +* **packed:** remove tests from built files ([c1f4a38](https://github.com/jakelauer/theseus-js/commit/c1f4a380e2f9b12455b200ac003f6f5e85398584)) + # [15.0.0](https://github.com/jakelauer/theseus-js/compare/v14.1.0...v15.0.0) (2024-08-01) diff --git a/package.json b/package.json index 77b8714..83160e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "theseus-js", - "version": "15.0.0", + "version": "15.0.1", "type": "module", "description": "Functionality to create and modify data fluently and narratively", "author": "Jake Lauer",