Skip to content

Commit f89a867

Browse files
chore(master): release esm-loader-hook 0.3.0 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e07a88a commit f89a867

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [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)
6+
7+
8+
### Features
9+
10+
* add @babel/plugin-syntax-decorators and @babel/preset-typescript presets ([4c18cf8](https://github.com/istanbuljs/esm-loader-hook/commit/4c18cf8611c1c00524cb42e85913794f0c8d3ede))
11+
512
## [0.2.0](https://github.com/istanbuljs/esm-loader-hook/compare/v0.1.2...v0.2.0) (2022-07-15)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@istanbuljs/esm-loader-hook",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Loader hook for ESM instrumentation (experimental!!)",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)