chore(release): publish new version

- @standardnotes/api-gateway@1.81.2
 - @standardnotes/home-server@1.18.5
This commit is contained in:
standardci 2023-10-20 10:13:15 +00:00
parent 6aee51bd45
commit cee6d62791
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
4 changed files with 12 additions and 2 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.81.2](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.81.1...@standardnotes/api-gateway@1.81.2) (2023-10-20)
### Bug Fixes
* **api-gateway:** add session validation retry attempts on timedout requests ([6aee51b](https://github.com/standardnotes/api-gateway/commit/6aee51bd45c25e85d01075a9c8d2854b32dd6e3c))
## [1.81.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.81.0...@standardnotes/api-gateway@1.81.1) (2023-10-20)
### Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/api-gateway",
"version": "1.81.1",
"version": "1.81.2",
"engines": {
"node": ">=18.0.0 <21.0.0"
},

View file

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.18.5](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.18.4...@standardnotes/home-server@1.18.5) (2023-10-20)
**Note:** Version bump only for package @standardnotes/home-server
## [1.18.4](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.18.3...@standardnotes/home-server@1.18.4) (2023-10-20)
**Note:** Version bump only for package @standardnotes/home-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/home-server",
"version": "1.18.4",
"version": "1.18.5",
"engines": {
"node": ">=18.0.0 <21.0.0"
},