diff options
Diffstat (limited to 'packages/internal-helpers/CHANGELOG.md')
-rw-r--r-- | packages/internal-helpers/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/internal-helpers/CHANGELOG.md b/packages/internal-helpers/CHANGELOG.md index 5b4b064dd..0d0824882 100644 --- a/packages/internal-helpers/CHANGELOG.md +++ b/packages/internal-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/internal-helpers +## 0.4.2 + +### Patch Changes + +- [#12559](https://github.com/withastro/astro/pull/12559) [`1dc8f5e`](https://github.com/withastro/astro/commit/1dc8f5eb7c515c89aadc85cfa0a300d4f65e8671) Thanks [@delucis](https://github.com/delucis)! - Fixes usage of `fileURLToPath()` to anticipate the changed signature of this method in Node 22.1.0 + ## 0.4.1 ### Patch Changes |