Merge branch 'main' of github.com:standardnotes/app

This commit is contained in:
Aman Harwara
2022-12-05 14:17:36 +05:30
11 changed files with 54 additions and 5 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.18.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.17.11...@standardnotes/ui-services@1.18.0) (2022-12-05)
### Features
* Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences ([7c261af](https://github.com/standardnotes/app/commit/7c261af23018c398d24d695fb024df83928b8189))
## [1.17.11](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.17.10...@standardnotes/ui-services@1.17.11) (2022-12-04)
**Note:** Version bump only for package @standardnotes/ui-services

View File

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