From 5183f73006c66e8e9f7eee3e38f696e4b4544315 Mon Sep 17 00:00:00 2001 From: ari melody Date: Tue, 2 Jul 2024 20:31:56 +0100 Subject: [PATCH] bump to version 0.3.0 --- CHANGELOGS.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 CHANGELOGS.md diff --git a/CHANGELOGS.md b/CHANGELOGS.md new file mode 100644 index 0000000..4c81497 --- /dev/null +++ b/CHANGELOGS.md @@ -0,0 +1,10 @@ +# Campfire v0.3.0 +- Added notifications view +- Many more background tweaks, fixes, and optimisations + +# Campfire v0.2.0 +- Complete UI overhaul (thanks mae!) +- Added light and dark themes +- Added ability to like and boost posts +- Added ability to view threads in context +- Many background tweaks, fixes, and optimisations diff --git a/package-lock.json b/package-lock.json index 456763b..68c3b16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "campfire-client", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "campfire-client", - "version": "0.2.0", + "version": "0.3.0", "license": "GPL-3.0", "devDependencies": { "@poppanator/sveltekit-svg": "^4.2.1", diff --git a/package.json b/package.json index 80a43c1..301641e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "campfire-client", - "version": "0.2.0", + "version": "0.3.0", "description": "social media for the galaxy-wide-web! 🌌", "private": true, "type": "module",