Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 24, 2021
1 parent eba7044 commit 20f607f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.3.0](https://github.com/unjs/mkdist/compare/v0.2.1...v0.3.0) (2021-05-24)


### ⚠ BREAKING CHANGES

* resolve relative imports for mjs files (resolves #7)

### Features

* resolve relative imports for mjs files (resolves [#7](https://github.com/unjs/mkdist/issues/7)) ([86b6175](https://github.com/unjs/mkdist/commit/86b6175fd1a2a16fde27f2dff0c62898e4d0a853))

### [0.2.1](https://github.com/unjs/mkdist/compare/v0.2.0...v0.2.1) (2021-04-23)


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": "mkdist",
"version": "0.2.1",
"version": "0.3.0",
"description": "Lightweight file-to-file transformer",
"repository": "unjs/mkdist",
"license": "MIT",
Expand Down

0 comments on commit 20f607f

Please sign in to comment.