Skip to content

Commit

Permalink
chore(release): v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 11, 2023
1 parent 86dd7f4 commit a8934ee
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.2.1

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


### 🩹 Fixes

- **findStaticImports:** Allow accents in import names ([#170](https://github.com/unjs/mlly/pull/170))

### 📖 Documentation

- Correct import name ([#167](https://github.com/unjs/mlly/pull/167))

### 🏡 Chore

- Update lockfile ([7741f4a](https://github.com/unjs/mlly/commit/7741f4a))
- Fix eslint ([86dd7f4](https://github.com/unjs/mlly/commit/86dd7f4))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <daniel@roe.dev>
- Mastercuber <e4d33vb85@mozmail.com>

## v1.2.0

[compare changes](https://github.com/unjs/mlly/compare/v1.1.1...v1.2.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mlly",
"version": "1.2.0",
"version": "1.2.1",
"description": "Missing ECMAScript module utils for Node.js",
"repository": "unjs/mlly",
"license": "MIT",
Expand Down Expand Up @@ -45,4 +45,4 @@
"vitest": "^0.31.0"
},
"packageManager": "pnpm@8.5.0"
}
}

0 comments on commit a8934ee

Please sign in to comment.