Skip to content

Commit

Permalink
chore(master): release esm-loader-hook 0.3.0 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 27, 2024
1 parent e07a88a commit f89a867
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f89a867

Please sign in to comment.