chore(release): publish new version

- @standardnotes/auth-server@1.161.0
 - @standardnotes/home-server@1.18.6
This commit is contained in:
standardci 2023-10-23 12:29:33 +00:00
parent a812f3400a
commit a5e019e290
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
4 changed files with 18 additions and 2 deletions

View file

@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.161.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.160.0...@standardnotes/auth-server@1.161.0) (2023-10-23)
### Bug Fixes
* allow to cancel previous subscription when activating premium features in e2e tests ([15af563](https://github.com/standardnotes/server/commit/15af5635f05a8363336aa33830e0157f519eee83))
### Features
* **auth:** remove axios http calls to payments server ([#889](https://github.com/standardnotes/server/issues/889)) ([a812f34](https://github.com/standardnotes/server/commit/a812f3400af3712fd5481b0c38c8805bb9c79e2c))
# [1.160.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.159.2...@standardnotes/auth-server@1.160.0) (2023-10-19)
### Features

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.160.0",
"version": "1.161.0",
"engines": {
"node": ">=18.0.0 <21.0.0"
},

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.18.6](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.18.5...@standardnotes/home-server@1.18.6) (2023-10-23)
### Bug Fixes
* allow to cancel previous subscription when activating premium features in e2e tests ([15af563](https://github.com/standardnotes/server/commit/15af5635f05a8363336aa33830e0157f519eee83))
## [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

View file

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