From f89a867163c292148faf1dcdb7ba21badbe335f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:19:54 -0500 Subject: [PATCH] chore(master): release esm-loader-hook 0.3.0 (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0262db7..8d7a673 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c5b81..3182f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.3.0](https://github.com/istanbuljs/esm-loader-hook/compare/esm-loader-hook-v0.2.0...esm-loader-hook-v0.3.0) (2024-12-27) + + +### Features + +* add @babel/plugin-syntax-decorators and @babel/preset-typescript presets ([4c18cf8](https://github.com/istanbuljs/esm-loader-hook/commit/4c18cf8611c1c00524cb42e85913794f0c8d3ede)) + ## [0.2.0](https://github.com/istanbuljs/esm-loader-hook/compare/v0.1.2...v0.2.0) (2022-07-15) diff --git a/package.json b/package.json index f007f2c..5fea53e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@istanbuljs/esm-loader-hook", - "version": "0.2.0", + "version": "0.3.0", "description": "Loader hook for ESM instrumentation (experimental!!)", "type": "module", "main": "index.js",