StandardNotes CI
2023-02-03 07:53:25 +00:00
parent 9414774e89
commit d29d021b24
17 changed files with 62 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.
# [3.146.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.145.1...@standardnotes/web@3.146.0) (2023-02-03)
### Features
* **dev:** add u2f ui for managing devices and signing in ([#2182](https://github.com/standardnotes/app/issues/2182)) ([9414774](https://github.com/standardnotes/app/commit/9414774e89c5c21b0c2178652ded72033065e8d2))
## [3.145.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.145.0...@standardnotes/web@3.145.1) (2023-02-03)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.146.0",
"title": "[3.146.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.145.1...@standardnotes/web@3.146.0) (2023-02-03)",
"date": null,
"body": "### Features\n\n* **dev:** add u2f ui for managing devices and signing in ([#2182](https://github.com/standardnotes/app/issues/2182)) ([9414774](https://github.com/standardnotes/app/commit/9414774e89c5c21b0c2178652ded72033065e8d2))",
"parsed": {
"_": [
"dev: add u2f ui for managing devices and signing in (#2182) (9414774)"
],
"Features": [
"dev: add u2f ui for managing devices and signing in (#2182) (9414774)"
]
}
},
{
"version": "3.145.1",
"title": "[3.145.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.145.0...@standardnotes/web@3.145.1) (2023-02-03)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.145.1",
"version": "3.146.0",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes.",