Skip to content

Commit

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

## v0.1.7

[compare changes](https://github.com/hywax/mafl/compare/v0.1.6...v0.1.7)
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.1.7",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "nuxi build",
Expand Down Expand Up @@ -42,4 +42,4 @@
"lint-staged": {
"*.ts": "yarn run lint"
}
}
}

0 comments on commit 9c24483

Please sign in to comment.