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.
# [2.157.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.156.16...@standardnotes/snjs@2.157.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))
## [2.156.16](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.156.15...@standardnotes/snjs@2.156.16) (2022-12-29)
**Note:** Version bump only for package @standardnotes/snjs

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.156.16",
"version": "2.157.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},