chore(release): publish new version

- @standardnotes/analytics@2.17.3
This commit is contained in:
standardci 2022-12-20 12:15:31 +00:00
parent 031fcd75ee
commit 3a936dc9c1
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
2 changed files with 7 additions and 1 deletions

View file

@ -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.3](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.17.2...@standardnotes/analytics@2.17.3) (2022-12-20)
### Bug Fixes
* **analytics:** add debug logs for the report ([031fcd7](https://github.com/standardnotes/server/commit/031fcd75eecdcf4c2f17257754a0ba3f24ba6d6e))
## [2.17.2](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.17.1...@standardnotes/analytics@2.17.2) (2022-12-20)
### Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/analytics",
"version": "2.17.2",
"version": "2.17.3",
"engines": {
"node": ">=18.0.0 <19.0.0"
},