StandardNotes CI
2022-12-29 15:30:13 +00:00
parent 59e8b5c8b5
commit 7508a23979
17 changed files with 57 additions and 8 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.51.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.50.14...@standardnotes/services@1.51.0) (2022-12-29)
### Features
* **api:** add authenticators api ([#2124](https://github.com/standardnotes/app/issues/2124)) ([59e8b5c](https://github.com/standardnotes/app/commit/59e8b5c8b5b61ef1cd8f291798c45860736a1296))
## [1.50.14](https://github.com/standardnotes/app/compare/@standardnotes/services@1.50.13...@standardnotes/services@1.50.14) (2022-12-29)
**Note:** Version bump only for package @standardnotes/services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.50.14",
"version": "1.51.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},