StandardNotes CI
2024-04-24 07:04:10 +00:00
parent f0c7e77999
commit ff722e0d5b
27 changed files with 87 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.
# [2.209.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.208.22...@standardnotes/snjs@2.209.0) (2024-04-24)
### Features
* Switched editor appearance preferences to be local instead of synced ([#2870](https://github.com/standardnotes/app/issues/2870)) ([594a606](https://github.com/standardnotes/app/commit/594a6061b2af619c5f585d6327fd4c3f20dac740))
## [2.208.22](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.208.21...@standardnotes/snjs@2.208.22) (2024-04-20)
**Note:** Version bump only for package @standardnotes/snjs

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.208.22",
"version": "2.209.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},