diff --git a/CHANGELOG.md b/CHANGELOG.md index a54b76b..2d23fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Types of changes include: ## Upcoming/Unreleased +## 0.17.1 + - CHANGED: I have updated the [Privacy](/privacy) page to be more specific about what data is collected and how it's used. I have not begun collecting new or different data, but I am using the data I already collect in different ways. This update also adds some technical details for the curious. ## 0.17.0 diff --git a/package-lock.json b/package-lock.json index 8967241..df4ea48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "writing-tracker", - "version": "0.17.0", + "version": "0.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "writing-tracker", - "version": "0.17.0", + "version": "0.17.1", "dependencies": { "@observablehq/plot": "^0.6.15", "@prisma/client": "^5.19.1", diff --git a/package.json b/package.json index a690bb3..0551137 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "writing-tracker", "private": true, - "version": "0.17.0", + "version": "0.17.1", "type": "module", "engines": { "node": ">=22.0.0 <23.0.0"