StandardNotes CI
2023-01-19 15:54:47 +00:00
parent 856a7e3500
commit 05c9fe1c1b
31 changed files with 91 additions and 15 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.140.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.140.0...@standardnotes/web@3.140.1) (2023-01-19)
### Bug Fixes
* Fixed issue where using arrow keys while renaming file would navigate to another file ([2d63b74](https://github.com/standardnotes/app/commit/2d63b7431a1e6afcd9e6cf8b48c6c8e580221001))
# [3.140.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.139.0...@standardnotes/web@3.140.0) (2023-01-18)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.140.1",
"title": "[3.140.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.140.0...@standardnotes/web@3.140.1) (2023-01-19)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where using arrow keys while renaming file would navigate to another file ([2d63b74](https://github.com/standardnotes/app/commit/2d63b7431a1e6afcd9e6cf8b48c6c8e580221001))",
"parsed": {
"_": [
"Fixed issue where using arrow keys while renaming file would navigate to another file (2d63b74)"
],
"Bug Fixes": [
"Fixed issue where using arrow keys while renaming file would navigate to another file (2d63b74)"
]
}
},
{
"version": "3.140.0",
"title": "[3.140.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.139.0...@standardnotes/web@3.140.0) (2023-01-18)",

View File

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