1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111# Changelog
## 4.6.6
### Bug Fixes
- GitHub release should be created when `github.release` is undefined - by **Kentaro Suzuki** in https://github.com/hyoban/release-it-pnpm/issues/32 [<samp>(12fc6)</samp>](https://github.com/hyoban/release-it-pnpm/commit/12fc69f)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.6.5...4.6.6)
## 4.6.5
### Bug Fixes
- Consider disableRelease option from pnpm plugin node. - by **Beno** and **Stephen Zhou** in https://github.com/hyoban/release-it-pnpm/issues/25 [<samp>(b57d2)</samp>](https://github.com/hyoban/release-it-pnpm/commit/b57d222)
- Relax peerDependencies, close #28 - by **Stephen Zhou** in https://github.com/hyoban/release-it-pnpm/issues/28 [<samp>(1b7bd)</samp>](https://github.com/hyoban/release-it-pnpm/commit/1b7bd2e)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.6.4...4.6.5)
## 4.6.4
### Bug Fixes
- Update deps - by **Stephen Zhou** [<samp>(8f8cd)</samp>](https://github.com/hyoban/release-it-pnpm/commit/8f8cd8a)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.6.3...4.6.4)
## 4.6.3
### Bug Fixes
- Link in changelog file - by **Stephen Zhou** [<samp>(2a00f)</samp>](https://github.com/hyoban/release-it-pnpm/commit/2a00ffc)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.6.2...4.6.3)
## 4.6.2
### Bug Fixes
- Write changelog locally should run before publish - by **Stephen Zhou** [<samp>(eea16)</samp>](https://github.com/hyoban/release-it-pnpm/commit/eea163c)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.6.1...main)
## 4.6.1
### Bug Fixes
- Only use conventional-changelog-conventionalcommits - by **Stephen Zhou** [<samp>(93e15)</samp>](https://github.com/hyoban/release-it-pnpm/commit/93e15b3)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.6.0...main)
## 4.6.0
### Features
- Update conventional-changelog and conventional-recommended-bump - by **Stephen Zhou** [<samp>(5546e)</samp>](https://github.com/hyoban/release-it-pnpm/commit/5546eb8)
### Bug Fixes
- Missing emoji in title - by **Stephen Zhou** [<samp>(e3cba)</samp>](https://github.com/hyoban/release-it-pnpm/commit/e3cbaf3)
- Apply breaking change from conventional-recommended-bump - by **Stephen Zhou** [<samp>(1b3e8)</samp>](https://github.com/hyoban/release-it-pnpm/commit/1b3e8fa)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.5.1...main)
## 4.5.1
### Bug Fixes
- Check using defaultPublishCommand - by **Stephen Zhou** [<samp>(356c5)</samp>](https://github.com/hyoban/release-it-pnpm/commit/356c59f)
- Stop use fork version of bumpp - by **Stephen Zhou** [<samp>(d7adc)</samp>](https://github.com/hyoban/release-it-pnpm/commit/d7adc5c)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.5.0...main)
## 4.5.0
### Features
- Support custom publish command - by **Stephen Zhou** [<samp>(d87f5)</samp>](https://github.com/hyoban/release-it-pnpm/commit/d87f5ae)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.4.4...main)
## 4.4.4
### Bug Fixes
- Correct newVersion - by **Stephen Zhou** [<samp>(c7fc4)</samp>](https://github.com/hyoban/release-it-pnpm/commit/c7fc449)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.4.3...main)
## main
### Bug Fixes
- Show version in changelog - by **Stephen Zhou** [<samp>(2d37b)</samp>](https://github.com/hyoban/release-it-pnpm/commit/2d37bce)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.4.2...main)
### Bug Fixes
- Do not write changelog in release - by **Stephen Zhou** [<samp>(14ac1)</samp>](https://github.com/hyoban/release-it-pnpm/commit/14ac1a8)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.4.1...main)
### Bug Fixes
- Read and generate changelog before release - by **Stephen Zhou** [<samp>(5210b)</samp>](https://github.com/hyoban/release-it-pnpm/commit/5210b1e)
##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.4.0...main)