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.
# [1.12.0](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.11.2...@standardnotes/responses@1.12.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))
## [1.11.2](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.11.1...@standardnotes/responses@1.11.2) (2022-10-18)
**Note:** Version bump only for package @standardnotes/responses

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/responses",
"version": "1.11.2",
"version": "1.12.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},