From 927d29c3f85230267a351bd66e0a4372e583afbd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Aug 2024 05:42:08 +0000 Subject: [PATCH] chore(release): 15.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",