StandardNotes CI
2024-01-27 11:16:18 +00:00
parent 70ec1f1b54
commit dc22101a7c
27 changed files with 98 additions and 13 deletions

View File

@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.187.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.186.1...@standardnotes/web@3.187.0) (2024-01-27)
### Features
* Added "Keyboard shortcuts" help dialog. Can be opened by pressing Shift + ? ([ff3c45b](https://github.com/standardnotes/app/commit/ff3c45ba359fb53520310c2c44bd368255e31023))
* Added "Page size" option when exporting Super notes as PDF ([853fab5](https://github.com/standardnotes/app/commit/853fab53ab37567acc23d2f1c5bf8c8d0c4a573b))
## [3.186.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.186.0...@standardnotes/web@3.186.1) (2024-01-24)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,21 @@
{
"versions": [
{
"version": "3.187.0",
"title": "[3.187.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.186.1...@standardnotes/web@3.187.0) (2024-01-27)",
"date": null,
"body": "### Features\n\n* Added \"Keyboard shortcuts\" help dialog. Can be opened by pressing Shift + ? ([ff3c45b](https://github.com/standardnotes/app/commit/ff3c45ba359fb53520310c2c44bd368255e31023))\n* Added \"Page size\" option when exporting Super notes as PDF ([853fab5](https://github.com/standardnotes/app/commit/853fab53ab37567acc23d2f1c5bf8c8d0c4a573b))",
"parsed": {
"_": [
"Added \"Keyboard shortcuts\" help dialog. Can be opened by pressing Shift + ? (ff3c45b)",
"Added \"Page size\" option when exporting Super notes as PDF (853fab5)"
],
"Features": [
"Added \"Keyboard shortcuts\" help dialog. Can be opened by pressing Shift + ? (ff3c45b)",
"Added \"Page size\" option when exporting Super notes as PDF (853fab5)"
]
}
},
{
"version": "3.186.1",
"title": "[3.186.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.186.0...@standardnotes/web@3.186.1) (2024-01-24)",

View File

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