diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aee4a3..34da553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.2 + +[compare changes](https://github.com/hywax/mafl/compare/v0.1.1...v0.1.2) + +### 📦 Build + +- Final build from initial image ([a71add0](https://github.com/hywax/mafl/commit/a71add0)) + +### ❤️ Contributors + +- Hywax + ## v0.1.1 [compare changes](https://github.com/hywax/mafl/compare/v0.1.0...v0.1.1) diff --git a/package.json b/package.json index 4d62e17..4c97aa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.1.1", + "version": "0.1.2", "private": true, "scripts": { "build": "nuxi build",