generated from jcamp-code/starter-vitepress-theme
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c35192e
commit 1f55db3
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# Changelog | ||
|
||
## v0.1.4 | ||
|
||
[compare changes](https://github.com/jcamp-code/vitepress-blog-theme/compare/v0.1.3...v0.1.4) | ||
|
||
### 🩹 Fixes | ||
|
||
- Node types missing ([7982554](https://github.com/jcamp-code/vitepress-blog-theme/commit/7982554)) | ||
- Composables re-exporting breaks vite ([c35192e](https://github.com/jcamp-code/vitepress-blog-theme/commit/c35192e)) | ||
|
||
### 🏡 Chore | ||
|
||
- Fix typo in publish ([87f233c](https://github.com/jcamp-code/vitepress-blog-theme/commit/87f233c)) | ||
|
||
### ❤️ Contributors | ||
|
||
- John Campion Jr <[email protected]> | ||
|
||
## v0.1.3 | ||
|
||
[compare changes](https://github.com/jcamp-code/vitepress-blog-theme/compare/v0.1.2...v0.1.3) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@jcamp/vitepress-blog-theme", | ||
"type": "module", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"packageManager": "[email protected]", | ||
"description": "VitePress easy to use blog theme", | ||
"author": "John Campion (https://github.com/JohnCampionJr/)", | ||
|