Skip to content

Commit

Permalink
Merge pull request #236 from GeekGene/release/0.11.1
Browse files Browse the repository at this point in the history
build: bump version
  • Loading branch information
mattyg authored Sep 13, 2023
2 parents 9206b0b + b05db9f commit 518055c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased


## 2023-09-12 v0.11.1
- feat: add ellipses to truncated agent pub keys, extend truncation to 15 chars, do not truncate only on creators / followers list




## 2023-09-12 v0.11.0
- feat: show avatar in lightbox upon clicking profile (#233)
- refactor: manage dialogs via stores, reduce duplicate components (#232)
Expand Down
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mewsfeed",
"private": true,
"version": "0.11.0",
"version": "0.11.1",
"workspaces": [
"ui",
"tests"
Expand Down
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.11.0",
"version": "0.11.1",
"type": "module",
"scripts": {
"start": "vite --port $UI_PORT --clearScreen false",
Expand Down

0 comments on commit 518055c

Please sign in to comment.