StandardNotes CI
2023-10-05 11:41:55 +00:00
parent 4724b08c65
commit eb1a066381
31 changed files with 93 additions and 15 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.60.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.21...@standardnotes/features@1.60.0) (2023-10-05)
### Features
* Added "Private vaults" as a Labs feature. Can be enabled from Preferences > General > Labs ([#2562](https://github.com/standardnotes/app/issues/2562)) ([4724b08](https://github.com/standardnotes/app/commit/4724b08c65c48b6b7232885de205a44b080313b1))
## [1.59.21](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.20...@standardnotes/features@1.59.21) (2023-09-28)
**Note:** Version bump only for package @standardnotes/features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/features",
"version": "1.59.21",
"version": "1.60.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},