Skip to content

Commit f4e8888

Browse files
committed
chore(release): v0.1.1
[skip ci]
1 parent b2ec880 commit f4e8888

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
11
# Changelog
22

3-
## [0.1.0] - 2025-11-05
4-
5-
### βš™οΈ Miscellaneous Tasks
6-
7-
- πŸ‘· Add GitVersion config and simplify gitversion call
8-
- πŸ‘· Set changelog header
9-
- πŸ‘· Fix formatting of the release notes
10-
- πŸ‘· Remove changes that shouldn't be commited
11-
## [0.0.1-62] - 2025-10-30
12-
13-
### βš™οΈ Miscellaneous Tasks
14-
15-
- πŸ‘· Try to find the right place to set the GH_TOKEN var
16-
- *(release)* V0.0.1-62
17-
## [0.0.1-60] - 2025-10-30
3+
## [0.1.1] - 2025-11-05
184

195
### βš™οΈ Miscellaneous Tasks
206

21-
- πŸ‘· Set GH_TOKEN for gh release
22-
- *(release)* V0.0.1-60
23-
## [0.0.1-58] - 2025-10-30
7+
- πŸ‘· Adapt filters to not show my release commits in the changelog
8+
## [0.1.0] - 2025-11-05
249

2510
### πŸš€ Features
2611

@@ -84,4 +69,9 @@
8469
- πŸ‘· Fix git origin with secrets
8570
- πŸ‘· Add .git suffix to the remote
8671
- πŸ‘· Give pipeline write permissions
87-
- *(release)* V0.0.1-58
72+
- πŸ‘· Set GH_TOKEN for gh release
73+
- πŸ‘· Try to find the right place to set the GH_TOKEN var
74+
- πŸ‘· Add GitVersion config and simplify gitversion call
75+
- πŸ‘· Set changelog header
76+
- πŸ‘· Fix formatting of the release notes
77+
- πŸ‘· Remove changes that shouldn't be commited

β€ŽRELEASE_NOTES.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## v0.0.1-58
3+
## v0.1.0
44

55
### Prelude
66

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1",
33
"devDependencies": {
44
"vitepress": "^1.6.4",
55
"vue": "^3.5.22"

0 commit comments

Comments
Β (0)