Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen committed Jan 9, 2023
1 parent c43e71c commit ff8a445
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

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.

## [5.0.0](https://github.com/tleunen/babel-plugin-module-resolver/compare/v4.1.0...v5.0.0) (2023-01-09)


### ⚠ BREAKING CHANGES

* Remove support for Node < 16

* Update dependencies and find-babel-config to fix json5 vulnerabilities ([#441](https://github.com/tleunen/babel-plugin-module-resolver/issues/441)) ([c43e71c](https://github.com/tleunen/babel-plugin-module-resolver/commit/c43e71c592710e4244eccaaa7f972a7464c58d23))

## [4.1.0](https://github.com/tleunen/babel-plugin-module-resolver/compare/v4.0.0...v4.1.0) (2020-12-15)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-module-resolver",
"version": "4.1.0",
"version": "5.0.0",
"main": "lib/index.js",
"description": "Module resolver plugin for Babel",
"repository": {
Expand Down

0 comments on commit ff8a445

Please sign in to comment.