Skip to content

Commit

Permalink
chore: bump v0.2.7 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
digi-monkey authored Dec 19, 2023
1 parent dff8087 commit fb0fbf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flycat",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"dependencies": {
"@ant-design/cssinjs": "1.9.1",
Expand Down
14 changes: 13 additions & 1 deletion src/pages/home/updates.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
export const updates = [
{
content:
'[9.27] v0.2.5 release: add hashtags and nip05-name/dotbit-alias in user profile/article URL',
'[12.19] v0.2.7 release: refactor timeline with cache/improve performance/bug fixes',
isNew: true,
url: 'https://github.com/digi-monkey/flycat-web/releases/tag/v0.2.7',
},
{
content:
'[10.25] v0.2.6 release: add #meme filter/wasm script experiment and nip05 hosting',
isNew: false,
url: 'https://github.com/digi-monkey/flycat-web/releases/tag/v0.2.6',
},
{
content:
'[9.27] v0.2.5 release: add hashtags and nip05-name/dotbit-alias in user profile/article URL',
isNew: false,
url: 'https://github.com/digi-monkey/flycat-web/releases/tag/v0.2.5',
},
{
Expand Down

1 comment on commit fb0fbf3

@vercel
Copy link

@vercel vercel bot commented on fb0fbf3 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.