Skip to content

Commit 7a350c9

Browse files
committed
chore(release): v1.0.1
1 parent 22e8726 commit 7a350c9

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## v1.0.1
4+
5+
[compare changes](https://github.com/jcamp-code/commitlint-config-unjs/compare/v1.0.0...v1.0.1)
6+
7+
8+
### 📖 Documentation
9+
10+
- Typo ([329d7b0](https://github.com/jcamp-code/commitlint-config-unjs/commit/329d7b0))
11+
12+
### 📦 Build
13+
14+
- Move renovatebot config file ([7e97684](https://github.com/jcamp-code/commitlint-config-unjs/commit/7e97684))
15+
- Add packageManager ([427ec5e](https://github.com/jcamp-code/commitlint-config-unjs/commit/427ec5e))
16+
17+
### 🏡 Chore
18+
19+
- Update eslint-config ([3bd68b5](https://github.com/jcamp-code/commitlint-config-unjs/commit/3bd68b5))
20+
- Fix invalid packagemanager ([0050dc4](https://github.com/jcamp-code/commitlint-config-unjs/commit/0050dc4))
21+
- Switch to prepare script ([22e8726](https://github.com/jcamp-code/commitlint-config-unjs/commit/22e8726))
22+
23+
### ❤️ Contributors
24+
25+
- John Campion <[email protected]>
26+
327
## v1.0.0
428

529
[compare changes](https://github.com/jcamp-code/commitlint-config-unjs/compare/v0.2.0...v1.0.0)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-unjs",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"packageManager": "[email protected]",
66
"description": "A commitlint config for unjs's changelogen tool",
77
"author": "John Campion",
@@ -65,4 +65,4 @@
6565
"vite": "^4.2.1",
6666
"vitest": "^0.29.8"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)