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.
# [1.71.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.70.11...@standardnotes/services@1.71.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))
## [1.70.11](https://github.com/standardnotes/app/compare/@standardnotes/services@1.70.10...@standardnotes/services@1.70.11) (2024-04-20)
**Note:** Version bump only for package @standardnotes/services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.70.11",
"version": "1.71.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},