diff --git a/CHANGELOG.md b/CHANGELOG.md index 34da553..74128a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.3 + +[compare changes](https://github.com/hywax/mafl/compare/v0.1.2...v0.1.3) + +### 📦 Build + +- Node 19 ([2003371](https://github.com/hywax/mafl/commit/2003371)) + +### ❤️ Contributors + +- Hywax + ## v0.1.2 [compare changes](https://github.com/hywax/mafl/compare/v0.1.1...v0.1.2) diff --git a/package.json b/package.json index 4c97aa8..0f93f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.1.2", + "version": "0.1.3", "private": true, "scripts": { "build": "nuxi build",