diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfe465..b542054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ Types of changes include: ## Upcoming/Unreleased +## v0.6.3 + +- CHANGED: Last bit of behind-the-scenes infra changes. This should make deployment and other changes much easier, and set the stage for the new tag-and-tally architecture. + ## v0.6.1 - CHANGED: More behind-the-scenes infrastructure. No new functionality on this one! diff --git a/package-lock.json b/package-lock.json index 6c91506..1b33fe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "writing-tracker", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "writing-tracker", - "version": "0.6.2", + "version": "0.6.3", "dependencies": { "@prisma/client": "^5.8.1", "@quixo3/prisma-session-store": "^3.1.13", diff --git a/package.json b/package.json index 86be2b7..ee9a55f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "writing-tracker", "private": true, - "version": "0.6.2", + "version": "0.6.3", "type": "module", "imports": { "src/*": "./src/*",