chore(release): publish new version
- @standardnotes/api-gateway@1.51.0 - @standardnotes/auth-server@1.104.0
This commit is contained in:
parent
f5ac8ac5e9
commit
9fcadf8fbb
4 changed files with 14 additions and 2 deletions
|
@ -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.51.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.50.2...@standardnotes/api-gateway@1.51.0) (2023-05-05)
|
||||
|
||||
### Features
|
||||
|
||||
* change payment method endpoint ([f5ac8ac](https://github.com/standardnotes/api-gateway/commit/f5ac8ac5e95eaaeff0cb034c8d6f7a233a352cda))
|
||||
|
||||
## [1.50.2](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.50.1...@standardnotes/api-gateway@1.50.2) (2023-05-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/api-gateway",
|
||||
"version": "1.50.2",
|
||||
"version": "1.51.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.104.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.103.2...@standardnotes/auth-server@1.104.0) (2023-05-05)
|
||||
|
||||
### Features
|
||||
|
||||
* change payment method endpoint ([f5ac8ac](https://github.com/standardnotes/server/commit/f5ac8ac5e95eaaeff0cb034c8d6f7a233a352cda))
|
||||
|
||||
## [1.103.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.103.1...@standardnotes/auth-server@1.103.2) (2023-05-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/auth-server",
|
||||
"version": "1.103.2",
|
||||
"version": "1.104.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue