diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 5ef8b4848..1fe5b78ca 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.17.2](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.17.1...@standardnotes/analytics@2.17.2) (2022-12-20) + +### Bug Fixes + +* **analytics:** calculating active users ([a304993](https://github.com/standardnotes/server/commit/a3049938a31e21a5867a314ac62bee6aa4990d57)) + ## [2.17.1](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.17.0...@standardnotes/analytics@2.17.1) (2022-12-20) ### Bug Fixes diff --git a/packages/analytics/package.json b/packages/analytics/package.json index eb6197fc5..518e0532f 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/analytics", - "version": "2.17.1", + "version": "2.17.2", "engines": { "node": ">=18.0.0 <19.0.0" },