Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 30, 2023
1 parent 88d8aa9 commit eadda4e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

## v0.0.3

[compare changes](https://github.com/hywax/mafl/compare/v0.0.2...v0.0.3)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.0.3",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "nuxi build",
Expand Down Expand Up @@ -39,4 +39,4 @@
"lint-staged": {
"*.ts": "npm run lint"
}
}
}

0 comments on commit eadda4e

Please sign in to comment.