Skip to content

Commit f14e181

Browse files
committed
chore(release): v1.0.2
1 parent fe56b1c commit f14e181

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v1.0.2
2+
3+
[compare changes](https://github.com/sfxcode/vitepress-blog-starter/compare/v0.10.0...v1.0.2)
4+
5+
### 📖 Documentation
6+
7+
- Update CHANGELOG.md for v0.10.0 [skip ci] ([a05790a](https://github.com/sfxcode/vitepress-blog-starter/commit/a05790a))
8+
9+
### 🏡 Chore
10+
11+
- **Release:** New Version ([a9c37cd](https://github.com/sfxcode/vitepress-blog-starter/commit/a9c37cd))
12+
- **release:** V1.0.1 ([97138a6](https://github.com/sfxcode/vitepress-blog-starter/commit/97138a6))
13+
- **Dependencies:** New VitePress Version 1.6.1 ([6159aff](https://github.com/sfxcode/vitepress-blog-starter/commit/6159aff))
14+
- **Dependencies:** New VitePress Version 1.6.1 ([fe56b1c](https://github.com/sfxcode/vitepress-blog-starter/commit/fe56b1c))
15+
16+
### ❤️ Contributors
17+
18+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
19+
120
## [v0.10.0] - 2024-11-29
221
### :wrench: Chores
322
- [`16e7bbc`](https://github.com/sfxcode/vitepress-blog-starter/commit/16e7bbc813215d74a0319cb12fbadbed260c4ad3) - **Dependencies**: New VitePress Version 1.0.2 *(commit by [@sfxcode](https://github.com/sfxcode))*

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/vitepress-blog-starter",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
66
"description": "Vitepress Starter, UnoCSS, Anu, Blog",
77
"author": "Tom Lamers",
@@ -21,7 +21,6 @@
2121
"lint:fix": "eslint --fix .",
2222
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
2323
},
24-
2524
"devDependencies": {
2625
"@antfu/eslint-config": "^3.15.0",
2726
"@anu-vue/preset-theme-default": "^0.15.2",

0 commit comments

Comments
 (0)