chore(release): publish new version

- @standardnotes/api-gateway@1.10.0
This commit is contained in:
standardci 2022-08-09 11:08:58 +00:00
parent b9225cd9b6
commit ff5cd0128a
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.
# [1.10.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.9.1...@standardnotes/api-gateway@1.10.0) (2022-08-09)
### Features
* **api-gateway:** add editing items count over time ([b9225cd](https://github.com/standardnotes/api-gateway/commit/b9225cd9b6496301da2d8edc44c2a9861e03406b))
## [1.9.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.9.0...@standardnotes/api-gateway@1.9.1) (2022-08-08)
### Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/api-gateway",
"version": "1.9.1",
"version": "1.10.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},