Skip to content

Commit

Permalink
chore(release): 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen committed Apr 18, 2024
1 parent 5aad406 commit 620df49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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.

### [5.0.2](https://github.com/tleunen/babel-plugin-module-resolver/compare/v5.0.1...v5.0.2) (2024-04-18)


### Bug Fixes

* Revert reselect update to fix usage in node 16 ([#446](https://github.com/tleunen/babel-plugin-module-resolver/issues/446)) ([8923c48](https://github.com/tleunen/babel-plugin-module-resolver/commit/8923c480bec6882746b27bf6fcf66a076407740a))

### [5.0.1](https://github.com/tleunen/babel-plugin-module-resolver/compare/v5.0.0...v5.0.1) (2024-04-17)

## [5.0.0](https://github.com/tleunen/babel-plugin-module-resolver/compare/v4.1.0...v5.0.0) (2023-01-09)
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.0.1",
"version": "5.0.2",
"main": "lib/index.js",
"description": "Module resolver plugin for Babel",
"repository": {
Expand Down

0 comments on commit 620df49

Please sign in to comment.