Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased


## 2025-02-25 v0.13.1
- fix: redirect /index.html to / for use in launcher

## 2025-02-25 v0.13.0
- build: bump to holochain 0.4.1
- build: switch to new holonix
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mewsfeed-ui-vue",
"description": "A UI for MewsFeed based on Vue",
"author": "Jost Schulte",
"version": "0.13.0",
"version": "0.13.1",
"type": "module",
"scripts": {
"start": "vite --clearScreen false",
Expand Down
Loading