diff --git a/.changeset/early-rules-knock.md b/.changeset/early-rules-knock.md deleted file mode 100644 index 2cfb5532..00000000 --- a/.changeset/early-rules-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pleasantest': minor ---- - -Make loadJS share error mapping logic with runJS diff --git a/.changeset/funny-ghosts-dance.md b/.changeset/funny-ghosts-dance.md deleted file mode 100644 index cc29a06a..00000000 --- a/.changeset/funny-ghosts-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pleasantest': minor ---- - -Improve error message output for resolution errors and syntax errors/transform errors diff --git a/.changeset/seven-fireants-shop.md b/.changeset/seven-fireants-shop.md deleted file mode 100644 index fac357e1..00000000 --- a/.changeset/seven-fireants-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pleasantest': patch ---- - -Fix column offsets when esbuild is disabled diff --git a/CHANGELOG.md b/CHANGELOG.md index f717d16d..13d8e2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # pleasantest +## 1.1.0 + +### Minor Changes + +- [#199](https://github.com/cloudfour/pleasantest/pull/199) [`8e26bea`](https://github.com/cloudfour/pleasantest/commit/8e26bea8bcbc49a794c623472f9905d53d3c5872) Thanks [@calebeby](https://github.com/calebeby)! - Make loadJS share error mapping logic with runJS + +* [#190](https://github.com/cloudfour/pleasantest/pull/190) [`9fb149d`](https://github.com/cloudfour/pleasantest/commit/9fb149dae6f5b83c16a2b3047d71fdbd1d0d54c7) Thanks [@calebeby](https://github.com/calebeby)! - Improve error message output for resolution errors and syntax errors/transform errors + +### Patch Changes + +- [#197](https://github.com/cloudfour/pleasantest/pull/197) [`537fbef`](https://github.com/cloudfour/pleasantest/commit/537fbefebd3e60fd92d4610f879e3e12f2617ae3) Thanks [@calebeby](https://github.com/calebeby)! - Fix column offsets when esbuild is disabled + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index b0b9f907..9db20ce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pleasantest", - "version": "1.0.0", + "version": "1.1.0", "engines": { "node": "^12.2 || 14 || 16" },