StandardNotes CI
2023-01-31 19:48:56 +00:00
parent 506a1e83f1
commit d33c737f86
25 changed files with 78 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.
# [3.143.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.10...@standardnotes/web@3.143.0) (2023-01-31)
### Features
* Allow exporting multiple Super notes and select what format to export them to ([#2191](https://github.com/standardnotes/app/issues/2191)) ([506a1e8](https://github.com/standardnotes/app/commit/506a1e83f108ecb1f9a2d2e0acb55c4f21be50ae))
## [3.142.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.9...@standardnotes/web@3.142.10) (2023-01-31)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.143.0",
"title": "[3.143.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.10...@standardnotes/web@3.143.0) (2023-01-31)",
"date": null,
"body": "### Features\n\n* Allow exporting multiple Super notes and select what format to export them to ([#2191](https://github.com/standardnotes/app/issues/2191)) ([506a1e8](https://github.com/standardnotes/app/commit/506a1e83f108ecb1f9a2d2e0acb55c4f21be50ae))",
"parsed": {
"_": [
"Allow exporting multiple Super notes and select what format to export them to (#2191) (506a1e8)"
],
"Features": [
"Allow exporting multiple Super notes and select what format to export them to (#2191) (506a1e8)"
]
}
},
{
"version": "3.142.10",
"title": "[3.142.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.9...@standardnotes/web@3.142.10) (2023-01-31)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.142.10",
"version": "3.143.0",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes.",