StandardNotes CI
2024-02-17 09:13:16 +00:00
parent 79374f017b
commit 85c401fa6e
27 changed files with 89 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.208.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.207.1...@standardnotes/snjs@2.208.0) (2024-02-17)
### Features
* Themes and appeareance settings are now local to your device and not synced ([#2847](https://github.com/standardnotes/app/issues/2847)) ([bfbf9ab](https://github.com/standardnotes/app/commit/bfbf9ab8ceb6f1ecd3a0690bce3b5d1c5c52e84c))
## [2.207.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.207.0...@standardnotes/snjs@2.207.1) (2024-02-08)
### Bug Fixes

View File

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