Skip to content

Commit 6d98892

Browse files
authored
Merge pull request #282 from GeekGene/release/0.13.1
build: bump version
2 parents 99f0446 + 74e73be commit 6d98892

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
## Unreleased
66

7+
8+
## 2025-02-25 v0.13.1
9+
- fix: redirect /index.html to / for use in launcher
10+
711
## 2025-02-25 v0.13.0
812
- build: bump to holochain 0.4.1
913
- build: switch to new holonix

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mewsfeed-ui-vue",
33
"description": "A UI for MewsFeed based on Vue",
44
"author": "Jost Schulte",
5-
"version": "0.13.0",
5+
"version": "0.13.1",
66
"type": "module",
77
"scripts": {
88
"start": "vite --clearScreen false",

0 commit comments

Comments
 (0)