Skip to content

Commit 4e8ae11

Browse files
chore(main): release 1.0.0 (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c83d79 commit 4e8ae11

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
21
2025-05-31
32
# Changelog
43

4+
## 1.0.0 (2025-05-31)
5+
6+
7+
### Features
8+
9+
* **ci:** abusing react 19-&gt;19.1 to trigger upgrade ([8c83d79](https://github.com/Frikanalen/frontend/commit/8c83d7972e44e075acc4fa6d85b7c8bb78f9d8d0))
10+
511
## 0.1.0 (2025-05-31)
612

713
Initial changelog entry
814

915
### Bug Fixes
1016

1117
* wrong package name in build automation ([0478be4](https://github.com/Frikanalen/frontend/commit/0478be443fb107237a186ef9dc585b0b8b6df212))
12-
13-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frikanalen",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)