diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a9c9d..125fca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.0.26 + +[compare changes](https://github.com/maxlkatze/katzen-core/compare/v0.0.25...v0.0.26) + +### 🚀 Enhancements + +- **katzencore:** Removed Image Upload Functionality, Added an Error Message for Deployment ([f180a18](https://github.com/maxlkatze/katzen-core/commit/f180a18)) +- **katzencore:** Added new Content Resolver, moved template from File into Codebase ([5268359](https://github.com/maxlkatze/katzen-core/commit/5268359)) +- **katzencore:** Added Missing Deploy Hook as Result Variable ([bc27b8a](https://github.com/maxlkatze/katzen-core/commit/bc27b8a)) + +### 🩹 Fixes + +- **katzencore:** Fixed Playground Configuration ([de16f0e](https://github.com/maxlkatze/katzen-core/commit/de16f0e)) + +### ❤️ Contributors + +- Maximilian Schleining + ## v0.0.25 [compare changes](https://github.com/maxlkatze/katzen-core/compare/v0.0.24...v0.0.25) diff --git a/package.json b/package.json index 5c6a131..65cf142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maxlkatze/cms", - "version": "0.0.25", + "version": "0.0.26", "description": "A git based Nuxt Module CMS - zero effort, zero cost", "repository": { "type": "git",