Skip to content

Commit e4a2f12

Browse files
committed
chore(projects): release v0.3.5
1 parent 28b6fa9 commit e4a2f12

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
## [v0.3.5](https://github.com/soybeanjs/changelog/compare/v0.3.4...v0.3.5) (23-12-10)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **projects**: fix generate markdown when file is not exist &nbsp;-&nbsp; by @honghuangdc [<samp>(ec558)</samp>](https://github.com/soybeanjs/changelog/commit/ec558cd)
9+
10+
### &nbsp;&nbsp;&nbsp;🏡 Chore
11+
12+
- **projects**: update deps & perf code &nbsp;-&nbsp; by @honghuangdc [<samp>(ae92b)</samp>](https://github.com/soybeanjs/changelog/commit/ae92b1a)
13+
14+
### &nbsp;&nbsp;&nbsp;🤖 CI
15+
16+
- **projects**: update release.yml &nbsp;-&nbsp; by @honghuangdc [<samp>(28b6f)</samp>](https://github.com/soybeanjs/changelog/commit/28b6fa9)
17+
18+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
19+
20+
[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)&nbsp;&nbsp;
21+
422
## [v0.3.4](https://github.com/soybeanjs/changelog/compare/v0.3.3...v0.3.4) (23-08-23)
523

624
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybeanjs/changelog",
33
"type": "module",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"packageManager": "pnpm@8.12.0",
66
"description": "generate changelog form git tags and commits for github",
77
"author": {

packages/githublogen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "githublogen",
33
"type": "module",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"packageManager": "pnpm@8.12.0",
66
"author": {
77
"name": "Soybean",

0 commit comments

Comments
 (0)