diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0761483..cbf14ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d39fa2e..0d2d527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.15.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.14.0...code-transformer-v0.15.0) (2026-06-18) + + +### Features + +* Add a cli tool to assist with testing configurations ([#68](https://github.com/nodejs/orchestrion-js/issues/68)) ([0743fe1](https://github.com/nodejs/orchestrion-js/commit/0743fe1acb9491484f39cfa58f0f765092318e2f)) + + +### Bug Fixes + +* Pass through sourcemaps ([#76](https://github.com/nodejs/orchestrion-js/issues/76)) ([082458b](https://github.com/nodejs/orchestrion-js/commit/082458b078b1fe0e6ca1c1ffae6816d0f260a1db)) + ## [0.14.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.13.0...code-transformer-v0.14.0) (2026-05-26) diff --git a/package.json b/package.json index 1b3d29a..5884ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apm-js-collab/code-transformer", - "version": "0.14.0", + "version": "0.15.0", "license": "Apache-2.0", "repository": { "type": "git",