Skip to content

Commit 9c24483

Browse files
committed
chore(release): v0.2.0
1 parent 8ab29b4 commit 9c24483

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

Diff for: CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# Changelog
22

33

4+
## v0.2.0
5+
6+
[compare changes](https://github.com/hywax/mafl/compare/v0.1.7...v0.2.0)
7+
8+
### 🩹 Fixes
9+
10+
- Build step on release script ([8ab29b4](https://github.com/hywax/mafl/commit/8ab29b4))
11+
12+
### 📦 Build
13+
14+
- Test new pipe ([c985e94](https://github.com/hywax/mafl/commit/c985e94))
15+
- Npm install ([d6088ff](https://github.com/hywax/mafl/commit/d6088ff))
16+
- Add overrides ([b94c36d](https://github.com/hywax/mafl/commit/b94c36d))
17+
- ⚠️ Migrate npm to yarn ([db3e428](https://github.com/hywax/mafl/commit/db3e428))
18+
- Copy yarn.lock ([d868f91](https://github.com/hywax/mafl/commit/d868f91))
19+
20+
### 🤖 CI
21+
22+
- Rollback Extract Docker tags ([961de5b](https://github.com/hywax/mafl/commit/961de5b))
23+
- Fix install dependencies ([bfbbaac](https://github.com/hywax/mafl/commit/bfbbaac))
24+
- Fixed docker build for all platforms ([#6](https://github.com/hywax/mafl/pull/6))
25+
26+
#### ⚠️ Breaking Changes
27+
28+
- ⚠️ Migrate npm to yarn ([db3e428](https://github.com/hywax/mafl/commit/db3e428))
29+
30+
### ❤️ Contributors
31+
32+
33+
- Alexander <[email protected]>
34+
435
## v0.1.7
536

637
[compare changes](https://github.com/hywax/mafl/compare/v0.1.6...v0.1.7)

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"build": "nuxi build",
@@ -42,4 +42,4 @@
4242
"lint-staged": {
4343
"*.ts": "yarn run lint"
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)