diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd8bc2f..ca2a8cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.7](https://github.com/whisper-money/whisper-money/compare/v0.1.6...v0.1.7) (2026-01-21) + + +### Bug Fixes + +* Error showing randomg transactions from local browser DB ([a7c8544](https://github.com/whisper-money/whisper-money/commit/a7c8544249a887bb96f256d9d336a9b8e13090f1)) +* unused vars ([f1a2d78](https://github.com/whisper-money/whisper-money/commit/f1a2d787e5be6c096703f27a5463696f6095f72c)) + + +### Features + +* Add PostHog ([#70](https://github.com/whisper-money/whisper-money/issues/70)) ([f5d09eb](https://github.com/whisper-money/whisper-money/commit/f5d09eb2475dc3c1c76dd6a7c23fadb771576fdb)) + ## [0.1.6](https://github.com/whisper-money/whisper-money/compare/v0.1.5...v0.1.6) (2026-01-19) diff --git a/package-lock.json b/package-lock.json index 8bc450fa..ca35f895 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "lightningcss-linux-x64-gnu": "^1.29.1", "lightningcss-win32-x64-msvc": "^1.29.1" }, - "version": "0.1.6" + "version": "0.1.7" }, "node_modules/@babel/code-frame": { "version": "7.27.1", @@ -8414,5 +8414,5 @@ } } }, - "version": "0.1.6" + "version": "0.1.7" } diff --git a/package.json b/package.json index 5b78b6a5..b7607303 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "whisper-money", - "version": "0.1.6", + "version": "0.1.7", "private": true, "type": "module", "scripts": {