StandardNotes CI
2022-11-02 11:07:55 +00:00
parent b2faa815e9
commit 1498cce37f
32 changed files with 102 additions and 16 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.
# [2.146.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.145.3...@standardnotes/snjs@2.146.0) (2022-11-02)
### Features
* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864))
## [2.145.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.145.2...@standardnotes/snjs@2.145.3) (2022-11-01)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.145.3",
"version": "2.146.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},