diff --git a/CHANGELOG.md b/CHANGELOG.md index 74128a6..65a7610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.1.4 + +[compare changes](https://github.com/hywax/mafl/compare/v0.1.3...v0.1.4) + +### 📦 Build + +- Bump docker/build-push-action from 4 to 5 ([de4da30](https://github.com/hywax/mafl/commit/de4da30)) +- Node 18 ([3ec0e7d](https://github.com/hywax/mafl/commit/3ec0e7d)) + +### ❤️ Contributors + +- Hywax + ## v0.1.3 [compare changes](https://github.com/hywax/mafl/compare/v0.1.2...v0.1.3) diff --git a/package.json b/package.json index 0f93f15..1348e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "build": "nuxi build",