Skip to content

Commit

Permalink
chore(release): v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 29, 2024
1 parent bb81c5d commit 304d029
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v0.10.0

[compare changes](https://github.com/sfxcode/vitepress-blog-starter/compare/v0.9.2...v0.10.0)

### 📖 Documentation

- Update CHANGELOG.md for v0.9.2 [skip ci] ([573a072](https://github.com/sfxcode/vitepress-blog-starter/commit/573a072))

### 🏡 Chore

- **Dependencies:** New VitePress Version 1.0.2 ([16e7bbc](https://github.com/sfxcode/vitepress-blog-starter/commit/16e7bbc))
- **Dependencies:** New VitePress Version 1.5.0 ([37fe974](https://github.com/sfxcode/vitepress-blog-starter/commit/37fe974))
- **linting:** Fix all Lint Errors ([9e1a1ef](https://github.com/sfxcode/vitepress-blog-starter/commit/9e1a1ef))
- **Release:** New Version ([bb81c5d](https://github.com/sfxcode/vitepress-blog-starter/commit/bb81c5d))

### ❤️ Contributors

- Sfxcode ([@sfxcode](http://github.com/sfxcode))

## [v0.9.2] - 2024-02-24
### :wrench: Chores
- [`98a0bb7`](https://github.com/sfxcode/vitepress-blog-starter/commit/98a0bb79d8c0fda3f0908e77cbe813eca70477ba) - **Dependencies**: New VitePress Version RC 44 *(commit by [@sfxcode](https://github.com/sfxcode))*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sfxcode/vitepress-blog-starter",
"type": "module",
"version": "0.9.2",
"version": "0.10.0",
"description": "Vitepress Starter, UnoCSS, Anu, Blog",
"author": "Tom Lamers",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"serve": "vitepress serve docs",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"release": "npm run lint && npm run build && changelogen --major --release && npm publish --access public && git push --follow-tags"
"release": "npm run lint && npm run build && changelogen --major --release && git push --follow-tags"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
Expand Down

0 comments on commit 304d029

Please sign in to comment.