Skip to content

Commit

Permalink
chore(release): 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 22, 2021
1 parent 14af3d1 commit e0dff96
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.1.4](https://github.com/unjs/mlly/compare/v0.1.3...v0.1.4) (2021-07-22)


### Features

* normalizeid and use it to support `from` as path ([14af3d1](https://github.com/unjs/mlly/commit/14af3d18392c0bcb10577f70808dda6cdeca1fb5))


### Bug Fixes

* skip fileURLToPath when id is not file: protocol ([c40b810](https://github.com/unjs/mlly/commit/c40b8100f54ee0f500f848c6d388bf7cdf16b9a9))

### [0.1.3](https://github.com/unjs/mlly/compare/v0.1.2...v0.1.3) (2021-07-22)

### [0.1.2](https://github.com/unjs/mlly/compare/v0.1.1...v0.1.2) (2021-07-22)
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": "mlly",
"version": "0.1.3",
"version": "0.1.4",
"description": "Missing ECMAScript module utils for Node.js",
"repository": "unjs/mlly",
"license": "MIT",
Expand Down

0 comments on commit e0dff96

Please sign in to comment.