Skip to content

Commit 2d833c1

Browse files
committed
Release 0.16.2
1 parent 05afb59 commit 2d833c1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v0.16.1](https://github.com/weiran-zsd/tsdx/compare/v0.16.1...v0.16.1)
7+
#### [v0.16.2](https://github.com/weiran-zsd/tsdx/compare/v0.16.1...v0.16.2)
8+
9+
- chore: update changelog [`5582142`](https://github.com/weiran-zsd/tsdx/commit/55821425dce05cc6205eb510d03f9b5679fd5cb5)
10+
- chore: fix release-it config [`05afb59`](https://github.com/weiran-zsd/tsdx/commit/05afb595ba6eab31865c45bee5ceb8a72452c201)
11+
- fix: should use the fork when creating a new package [`8034a10`](https://github.com/weiran-zsd/tsdx/commit/8034a10e82efcf15169c10ef5a22fd163298e22b)
812

913
#### [v0.16.1](https://github.com/weiran-zsd/tsdx/compare/v0.16.0...v0.16.1)
1014

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weiran.zsd/tsdx",
3-
"version": "0.16.1",
3+
"version": "0.16.2",
44
"author": "唯然<[email protected]>",
55
"description": "Zero-config TypeScript package development",
66
"license": "MIT",
@@ -147,4 +147,4 @@
147147
"after:bump": "auto-changelog -p"
148148
}
149149
}
150-
}
150+
}

0 commit comments

Comments
 (0)