bump to version 0.3.0
This commit is contained in:
parent
2a65fbb6b4
commit
5183f73006
10
CHANGELOGS.md
Normal file
10
CHANGELOGS.md
Normal file
|
@ -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
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "campfire-client",
|
"name": "campfire-client",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "campfire-client",
|
"name": "campfire-client",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@poppanator/sveltekit-svg": "^4.2.1",
|
"@poppanator/sveltekit-svg": "^4.2.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "campfire-client",
|
"name": "campfire-client",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"description": "social media for the galaxy-wide-web! 🌌",
|
"description": "social media for the galaxy-wide-web! 🌌",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Reference in a new issue