Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 24, 2023
1 parent 02a5efe commit 26063d3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,31 @@

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.

## v1.3.0

[compare changes](https://github.com/unjs/mlly/compare/v1.2.1...v1.3.0)


### 🚀 Enhancements

- Update `import-meta-url` to v3 ([208b323](https://github.com/unjs/mlly/commit/208b323))

### 💅 Refactors

- Remove deprecated notice from sync resolve utils ([5223f5a](https://github.com/unjs/mlly/commit/5223f5a))

### 📖 Documentation

- Mention `resolveSync` and `resolvePathSync` utils ([02a5efe](https://github.com/unjs/mlly/commit/02a5efe))

### 🏡 Chore

- Update dependencies ([8bf8dcd](https://github.com/unjs/mlly/commit/8bf8dcd))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.2.1

[compare changes](https://github.com/unjs/mlly/compare/v1.2.0...v1.2.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "mlly",
"version": "1.2.1",
"version": "1.3.0",
"description": "Missing ECMAScript module utils for Node.js",
"repository": "unjs/mlly",
"license": "MIT",
Expand Down Expand Up @@ -45,4 +45,4 @@
"vitest": "^0.31.1"
},
"packageManager": "pnpm@8.5.1"
}
}

0 comments on commit 26063d3

Please sign in to comment.