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.
# [1.45.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.44.3...@standardnotes/models@1.45.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))
## [1.44.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.44.2...@standardnotes/models@1.44.3) (2023-04-26)
**Note:** Version bump only for package @standardnotes/models

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.44.3",
"version": "1.45.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},