Skip to content

Commit 17ce7c7

Browse files
committed
chore(release): v0.6.1
1 parent e5dced7 commit 17ce7c7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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+
## v0.6.1
6+
7+
[compare changes](https://github.com/unjs/changelogen/compare/v0.6.0...v0.6.1)
8+
9+
### 🩹 Fixes
10+
11+
- Pass `cwd` in more places before running commands ([#266](https://github.com/unjs/changelogen/pull/266))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([f728b52](https://github.com/unjs/changelogen/commit/f728b52))
16+
- Update tsconfig ([e5dced7](https://github.com/unjs/changelogen/commit/e5dced7))
17+
18+
### ✅ Tests
19+
20+
- Update snapshot ([ec2618f](https://github.com/unjs/changelogen/commit/ec2618f))
21+
22+
### ❤️ Contributors
23+
24+
- Pooya Parsa ([@pi0](https://github.com/pi0))
25+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
26+
527
## v0.6.0
628

729
[compare changes](https://github.com/unjs/changelogen/compare/v0.5.7...v0.6.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changelogen",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Generate Beautiful Changelogs using Conventional Commits",
55
"repository": "unjs/changelogen",
66
"license": "MIT",

0 commit comments

Comments
 (0)