Skip to content

Commit da66dd7

Browse files
committed
chore(release): 5.0.3
1 parent fa6d94e commit da66dd7

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [5.0.3](https://github.com/tleunen/babel-plugin-module-resolver/compare/v5.0.2...v5.0.3) (2026-03-16)
6+
7+
8+
### Bug Fixes
9+
10+
* `.` and `./` incorrectly converted ([#409](https://github.com/tleunen/babel-plugin-module-resolver/issues/409)) ([fa6d94e](https://github.com/tleunen/babel-plugin-module-resolver/commit/fa6d94e1bbf8849985ab8a3727181de6484ac003))
11+
* correct typo 'recieve' → 'receive' in DOCS.md ([#450](https://github.com/tleunen/babel-plugin-module-resolver/issues/450)) ([6131552](https://github.com/tleunen/babel-plugin-module-resolver/commit/6131552944efd468e119d87b0de41e09d2cac37a))
12+
513
### [5.0.2](https://github.com/tleunen/babel-plugin-module-resolver/compare/v5.0.1...v5.0.2) (2024-04-18)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-module-resolver",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"main": "lib/index.js",
55
"description": "Module resolver plugin for Babel",
66
"repository": {

0 commit comments

Comments
 (0)