Skip to content

Commit 1ed8eea

Browse files
committed
chore(release): v0.7.0
1 parent 3515ae5 commit 1ed8eea

File tree

2 files changed

+65
-2
lines changed

2 files changed

+65
-2
lines changed

Diff for: CHANGELOG.md

+63
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,69 @@
11
# Changelog
22

33

4+
## v0.7.0
5+
6+
[compare changes](https://github.com/hywax/mafl/compare/v0.6.0...v0.7.0)
7+
8+
### 🚀 Enhancements
9+
10+
- ⚠️ Combine base services with ping ([e07a92e](https://github.com/hywax/mafl/commit/e07a92e))
11+
12+
### 📖 Documentation
13+
14+
- Remove base from url ([4ab2606](https://github.com/hywax/mafl/commit/4ab2606))
15+
- **preview:** Add new links ([008b12b](https://github.com/hywax/mafl/commit/008b12b))
16+
- Implements changelog page ([09e8176](https://github.com/hywax/mafl/commit/09e8176))
17+
- Implements license page ([a10d9d2](https://github.com/hywax/mafl/commit/a10d9d2))
18+
- Changelog page ru header ([39e82df](https://github.com/hywax/mafl/commit/39e82df))
19+
- License page ru ([0fa5a03](https://github.com/hywax/mafl/commit/0fa5a03))
20+
- Configuration page ru ([ee2f31f](https://github.com/hywax/mafl/commit/ee2f31f))
21+
- Base service page ru ([1c77879](https://github.com/hywax/mafl/commit/1c77879))
22+
- Create icons page ([2667041](https://github.com/hywax/mafl/commit/2667041))
23+
- Icons page ru ([36acc2e](https://github.com/hywax/mafl/commit/36acc2e))
24+
- What is page ru ([00c626a](https://github.com/hywax/mafl/commit/00c626a))
25+
- Getting started page ru ([68964a6](https://github.com/hywax/mafl/commit/68964a6))
26+
- Favicons page ru ([5ed955b](https://github.com/hywax/mafl/commit/5ed955b))
27+
- Hidden deployment ([85752dc](https://github.com/hywax/mafl/commit/85752dc))
28+
- Development page ru ([4db28f4](https://github.com/hywax/mafl/commit/4db28f4))
29+
- Translate all links ru ([fccc596](https://github.com/hywax/mafl/commit/fccc596))
30+
- Showcase page ru ([f16b4e5](https://github.com/hywax/mafl/commit/f16b4e5))
31+
- Contributing page ru ([b94dc39](https://github.com/hywax/mafl/commit/b94dc39))
32+
- Index page ru ([97d4c0d](https://github.com/hywax/mafl/commit/97d4c0d))
33+
- Translate site ru ([848d58e](https://github.com/hywax/mafl/commit/848d58e))
34+
- EditLink && lastUpdated en ([64da8c6](https://github.com/hywax/mafl/commit/64da8c6))
35+
- Create preview service ([8913533](https://github.com/hywax/mafl/commit/8913533))
36+
- Base service add preview ([9b8e1b8](https://github.com/hywax/mafl/commit/9b8e1b8))
37+
- Favicons add struct files ru ([78fd48f](https://github.com/hywax/mafl/commit/78fd48f))
38+
- **issue-template:** Bug ([3c93762](https://github.com/hywax/mafl/commit/3c93762))
39+
- **issue-template:** Feature request ([2c61da5](https://github.com/hywax/mafl/commit/2c61da5))
40+
- **issue-template:** Question ([1eb28a7](https://github.com/hywax/mafl/commit/1eb28a7))
41+
- **issue-template:** Showcase ([52128d6](https://github.com/hywax/mafl/commit/52128d6))
42+
- **issue-template:** Showcase fix options ([7839849](https://github.com/hywax/mafl/commit/7839849))
43+
- Contributing issues links ru ([3daa235](https://github.com/hywax/mafl/commit/3daa235))
44+
- Showcase issue link ru ([3d1e44c](https://github.com/hywax/mafl/commit/3d1e44c))
45+
46+
### 🏡 Chore
47+
48+
- Ignores into second block ([55d3bb8](https://github.com/hywax/mafl/commit/55d3bb8))
49+
- Add example config ([3515ae5](https://github.com/hywax/mafl/commit/3515ae5))
50+
51+
### 🎨 Styles
52+
53+
- **eslint:** Run ([c478fea](https://github.com/hywax/mafl/commit/c478fea))
54+
55+
### 🤖 CI
56+
57+
- **docs:** Deploy Documentation site to GitHub Pages ([3f95640](https://github.com/hywax/mafl/commit/3f95640))
58+
59+
#### ⚠️ Breaking Changes
60+
61+
- ⚠️ Combine base services with ping ([e07a92e](https://github.com/hywax/mafl/commit/e07a92e))
62+
63+
### ❤️ Contributors
64+
65+
66+
467
## v0.6.0
568

669
[compare changes](https://github.com/hywax/mafl/compare/v0.5.1...v0.6.0)

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.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"scripts": {
66
"build": "nuxi build",
@@ -49,4 +49,4 @@
4949
"lint-staged": {
5050
"*.ts": "yarn run lint"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)