StandardNotes CI
2023-05-04 12:43:02 +00:00
parent 9fbb845b1d
commit 9fa6919618
27 changed files with 85 additions and 13 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.157.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.156.4...@standardnotes/web@3.157.0) (2023-05-04)
### Features
* Replaced margin resizers with "Editor width" options. You can set it globally from Preferences > Appearance or per-note from the note options menu ([#2324](https://github.com/standardnotes/app/issues/2324)) ([9fbb845](https://github.com/standardnotes/app/commit/9fbb845b1d3b1ca6a4b064f3b63bdae1cf7777e8))
## [3.156.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.156.3...@standardnotes/web@3.156.4) (2023-05-04)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.157.0",
"title": "[3.157.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.156.4...@standardnotes/web@3.157.0) (2023-05-04)",
"date": null,
"body": "### Features\n\n* Replaced margin resizers with \"Editor width\" options. You can set it globally from Preferences > Appearance or per-note from the note options menu ([#2324](https://github.com/standardnotes/app/issues/2324)) ([9fbb845](https://github.com/standardnotes/app/commit/9fbb845b1d3b1ca6a4b064f3b63bdae1cf7777e8))",
"parsed": {
"_": [
"Replaced margin resizers with \"Editor width\" options. You can set it globally from Preferences > Appearance or per-note from the note options menu (#2324) (9fbb845)"
],
"Features": [
"Replaced margin resizers with \"Editor width\" options. You can set it globally from Preferences > Appearance or per-note from the note options menu (#2324) (9fbb845)"
]
}
},
{
"version": "3.156.4",
"title": "[3.156.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.156.3...@standardnotes/web@3.156.4) (2023-05-04)",

View File

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