Skip to content

Commit 3ce562e

Browse files
committed
chore(release): v1.5.3
1 parent 2e5f0a8 commit 3ce562e

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## v1.5.3
6+
7+
[compare changes](https://github.com/unjs/mkdist/compare/v1.5.2...v1.5.3)
8+
9+
### 🩹 Fixes
10+
11+
- **dts:** Use `ts.convertCompilerOptionsFromJson` to normalise ([#224](https://github.com/unjs/mkdist/pull/224))
12+
13+
### 🏡 Chore
14+
15+
- Bump deps ([#225](https://github.com/unjs/mkdist/pull/225))
16+
17+
### ❤️ Contributors
18+
19+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
20+
521
## v1.5.2
622

723
[compare changes](https://github.com/unjs/mkdist/compare/v1.5.1...v1.5.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdist",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Lightweight file-to-file transformer",
55
"repository": "unjs/mkdist",
66
"license": "MIT",

0 commit comments

Comments
 (0)