StandardNotes CI
2023-07-03 14:58:46 +00:00
parent 40f8985ede
commit 1f144e062e
25 changed files with 88 additions and 12 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.16.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.15...@standardnotes/files@1.16.0) (2023-07-03)
### Features
* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2341](https://github.com/standardnotes/app/issues/2341)) ([96f4264](https://github.com/standardnotes/app/commit/96f42643a98586052bfb5262ca797fd029c1e925))
## [1.15.15](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.14...@standardnotes/files@1.15.15) (2023-06-30)
**Note:** Version bump only for package @standardnotes/files

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.15.15",
"version": "1.16.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},