Skip to content

Commit 128b2a7

Browse files
committed
v1.4.7
1 parent 33b79fe commit 128b2a7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Types of changes include:
1212

1313
## Upcoming/Unreleased
1414

15+
## 1.4.7
16+
1517
- FIXED: Bar chart tooltips now show up where they ought to, instead of slightly above that day's bar. The tooltips are now once again at the top of the bars as well. Hopefully this is the last fix to bar charts for a while! (h/t Amaras)
1618
- FIXED: The `startDate` and `endDate` query parameters for the `GET /api/v1/stats/days` API endpoint now actually filter the results. (h/t Preocts)
1719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trackbear",
33
"private": true,
4-
"version": "1.4.6",
4+
"version": "1.4.7",
55
"type": "module",
66
"engines": {
77
"node": ">=22.11.0"

0 commit comments

Comments
 (0)