From 9c24483fbef0729e23677d733c1073b7051d3e41 Mon Sep 17 00:00:00 2001 From: hywax Date: Sun, 31 Dec 2023 15:40:05 +0500 Subject: [PATCH] chore(release): v0.2.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b13f9bb..d2e6fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # Changelog +## v0.2.0 + +[compare changes](https://github.com/hywax/mafl/compare/v0.1.7...v0.2.0) + +### 🩹 Fixes + +- Build step on release script ([8ab29b4](https://github.com/hywax/mafl/commit/8ab29b4)) + +### 📦 Build + +- Test new pipe ([c985e94](https://github.com/hywax/mafl/commit/c985e94)) +- Npm install ([d6088ff](https://github.com/hywax/mafl/commit/d6088ff)) +- Add overrides ([b94c36d](https://github.com/hywax/mafl/commit/b94c36d)) +- ⚠️ Migrate npm to yarn ([db3e428](https://github.com/hywax/mafl/commit/db3e428)) +- Copy yarn.lock ([d868f91](https://github.com/hywax/mafl/commit/d868f91)) + +### 🤖 CI + +- Rollback Extract Docker tags ([961de5b](https://github.com/hywax/mafl/commit/961de5b)) +- Fix install dependencies ([bfbbaac](https://github.com/hywax/mafl/commit/bfbbaac)) +- Fixed docker build for all platforms ([#6](https://github.com/hywax/mafl/pull/6)) + +#### ⚠️ Breaking Changes + +- ⚠️ Migrate npm to yarn ([db3e428](https://github.com/hywax/mafl/commit/db3e428)) + +### ❤️ Contributors + +- Hywax +- Alexander + ## v0.1.7 [compare changes](https://github.com/hywax/mafl/compare/v0.1.6...v0.1.7) diff --git a/package.json b/package.json index 7d4016f..4f59d3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.1.7", + "version": "0.2.0", "private": true, "scripts": { "build": "nuxi build", @@ -42,4 +42,4 @@ "lint-staged": { "*.ts": "yarn run lint" } -} +} \ No newline at end of file