diff --git a/CHANGELOG.md b/CHANGELOG.md index a76892a..da08111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.1.3 + +[compare changes](https://github.com/jcamp-code/vitepress-blog-theme/compare/v0.1.2...v0.1.3) + +### 🚀 Enhancements + +- Updated package to include src directly ([41eeee0](https://github.com/jcamp-code/vitepress-blog-theme/commit/41eeee0)) + +### ❤️ Contributors + +- John Campion Jr + ## v0.1.2 [compare changes](https://github.com/jcamp-code/vitepress-blog-theme/compare/v0.1.1...v0.1.2) diff --git a/package.json b/package.json index fb4d104..8675059 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jcamp/vitepress-blog-theme", "type": "module", - "version": "0.1.2", + "version": "0.1.3", "packageManager": "pnpm@8.2.0", "description": "VitePress easy to use blog theme", "author": "John Campion (https://github.com/JohnCampionJr/)",