diff --git a/CHANGELOG.md b/CHANGELOG.md index ec44a17..7891821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog +## v0.1.0 + +[compare changes](https://github.com/hywax/mafl/compare/v0.0.3...v0.1.0) + +### 📖 Documentation + +- **features:** Update list ([8ac3184](https://github.com/hywax/mafl/commit/8ac3184)) + +### 📦 Build + +- Add new platform linux/arm/v8 ([48addec](https://github.com/hywax/mafl/commit/48addec)) +- Change static name to env ([112c842](https://github.com/hywax/mafl/commit/112c842)) +- Add opencontainers labels ([1e3e0aa](https://github.com/hywax/mafl/commit/1e3e0aa)) +- ⚠️ Migrate pnpm to npm ([7cc2a1a](https://github.com/hywax/mafl/commit/7cc2a1a)) + +### 🤖 CI + +- Add step install dependencies ([88d8aa9](https://github.com/hywax/mafl/commit/88d8aa9)) + +#### ⚠️ Breaking Changes + +- ⚠️ Migrate pnpm to npm ([7cc2a1a](https://github.com/hywax/mafl/commit/7cc2a1a)) + +### ❤️ Contributors + +- Hywax + ## v0.0.3 [compare changes](https://github.com/hywax/mafl/compare/v0.0.2...v0.0.3) diff --git a/package.json b/package.json index 4bde915..1f0823d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.0.3", + "version": "0.1.0", "private": true, "scripts": { "build": "nuxi build", @@ -39,4 +39,4 @@ "lint-staged": { "*.ts": "npm run lint" } -} +} \ No newline at end of file