StandardNotes CI
2022-12-01 18:22:56 +00:00
parent 28e43d37c0
commit 621bf1b810
27 changed files with 93 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.14.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.13.1...@standardnotes/utils@1.14.0) (2022-12-01)
### Features
* download and preview files from local backups automatically, if a local backup is available ([#2076](https://github.com/standardnotes/app/issues/2076)) ([28e43d3](https://github.com/standardnotes/app/commit/28e43d37c00c5cd97129c4b83266f7a234bd9857))
## [1.13.1](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.13.0...@standardnotes/utils@1.13.1) (2022-12-01)
**Note:** Version bump only for package @standardnotes/utils

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/utils",
"version": "1.13.1",
"version": "1.14.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},