From 8768ce3fbbe3cb617c76361abdff9feffaf6c782 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 May 2024 01:47:11 +0000 Subject: [PATCH] Version Packages --- .changeset/calm-pots-suffer.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/calm-pots-suffer.md diff --git a/.changeset/calm-pots-suffer.md b/.changeset/calm-pots-suffer.md deleted file mode 100644 index f7a4d92..0000000 --- a/.changeset/calm-pots-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperse/ts-node-paths": patch ---- - -refactor only support `esm` type:module diff --git a/CHANGELOG.md b/CHANGELOG.md index 344a95f..ad265c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperse/ts-node-paths +## 1.0.2 + +### Patch Changes + +- [`a4d3784`](https://github.com/hyperse-io/ts-node-paths/commit/a4d3784c374a129700162b1cf01b82de6c1fc899) Thanks [@tianyingchun](https://github.com/tianyingchun)! - refactor only support `esm` type:module + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index f9e4e25..52f431c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse/ts-node-paths", - "version": "1.0.1", + "version": "1.0.2", "description": "Executes a command using `file ...arguments`, supports `.ts` file for esm type module.", "keywords": [ "hyperse",