chore(release): publish new version

- @standardnotes/analytics@2.7.1
This commit is contained in:
standardci 2022-11-09 11:43:39 +00:00
parent 89502bed63
commit c7cbc8966e
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.7.1](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.7.0...@standardnotes/analytics@2.7.1) (2022-11-09)
### Bug Fixes
* **analytics:** add missing created at column ([89502be](https://github.com/standardnotes/server/commit/89502bed638b17301e42e0d5916635b0a59f585d))
# [2.7.0](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.6.0...@standardnotes/analytics@2.7.0) (2022-11-09)
### Features

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/analytics",
"version": "2.7.0",
"version": "2.7.1",
"engines": {
"node": ">=14.0.0 <17.0.0"
},