Skip to content

Commit 759ad04

Browse files
committed
v0.2.1
1 parent 833a4b8 commit 759ad04

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.2.1
4+
5+
- Handle store config conflicts during git pull
6+
- Add OG meta tags and image for social sharing
7+
- Fix landing page click install navigation
8+
39
## v0.2.0
410

511
- Unify dev and prod port to 2703: Vite dev server now runs on port 2703 (was 5173), Fastify dev server moves to port 2704 as internal API backend

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ai-sync",
33
"author": "Anh-Thi Dinh",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"repository": "https://github.com/anhthiding/ai-sync",
66
"private": true,
77
"license": "MIT",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ai-sync/server",
33
"author": "Anh-Thi Dinh",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"repository": "https://github.com/anhthiding/ai-sync",
66
"private": true,
77
"license": "MIT",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ai-sync/ui",
33
"author": "Anh-Thi Dinh",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"repository": "https://github.com/anhthiding/ai-sync",
66
"private": true,
77
"license": "MIT",

0 commit comments

Comments
 (0)