Skip to content

Commit 3db7783

Browse files
author
hywax
committed
chore(release): v0.9.0
1 parent 62e213a commit 3db7783

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

Diff for: CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
# Changelog
22

33

4+
## v0.9.0
5+
6+
[compare changes](https://github.com/hywax/mafl/compare/v0.8.0...v0.9.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Openweathermap service ([9363ae4](https://github.com/hywax/mafl/commit/9363ae4))
11+
12+
### 📖 Documentation
13+
14+
- **en:** Remove section title ([cd7e998](https://github.com/hywax/mafl/commit/cd7e998))
15+
- **en:** Docs parts ([742588d](https://github.com/hywax/mafl/commit/742588d))
16+
- **ru:** Docs parts ([72d22d7](https://github.com/hywax/mafl/commit/72d22d7))
17+
- **ru:** Replace to part extends base service ([af36595](https://github.com/hywax/mafl/commit/af36595))
18+
- **en:** Replace to part extends base service ([2e98fdf](https://github.com/hywax/mafl/commit/2e98fdf))
19+
- Openweathermap service ([1b42cb2](https://github.com/hywax/mafl/commit/1b42cb2))
20+
- Ignore parts files ([2c73d5b](https://github.com/hywax/mafl/commit/2c73d5b))
21+
- Fix weather link ([62e213a](https://github.com/hywax/mafl/commit/62e213a))
22+
23+
### 📦 Build
24+
25+
- ⚠️ Remove docker arm/v7 ([224c486](https://github.com/hywax/mafl/commit/224c486))
26+
- Bump node image ([a15b4f1](https://github.com/hywax/mafl/commit/a15b4f1))
27+
28+
### 🏡 Chore
29+
30+
- **ip-api:** Add getKey on cache ([ed06d93](https://github.com/hywax/mafl/commit/ed06d93))
31+
- Remove vitejs plugin vue patch ([cc04d6e](https://github.com/hywax/mafl/commit/cc04d6e))
32+
33+
### 🤖 CI
34+
35+
- Refactor docs plan ([540e0a6](https://github.com/hywax/mafl/commit/540e0a6))
36+
- Refactor ci plan ([12bf943](https://github.com/hywax/mafl/commit/12bf943))
37+
38+
#### ⚠️ Breaking Changes
39+
40+
- ⚠️ Remove docker arm/v7 ([224c486](https://github.com/hywax/mafl/commit/224c486))
41+
42+
### ❤️ Contributors
43+
44+
- Hywax ([@hywax](https://github.com/hywax))
45+
446
## v0.8.0
547

648
[compare changes](https://github.com/hywax/mafl/compare/v0.7.6...v0.8.0)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"private": true,
55
"scripts": {
66
"build": "nuxi build",

0 commit comments

Comments
 (0)