StandardNotes CI
2022-11-28 22:08:20 +00:00
parent 767d354780
commit 02eb969e07
25 changed files with 87 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.
# [3.114.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.113.0...@standardnotes/web@3.114.0) (2022-11-28)
### Features
* display number of files for 'Files' view ([#2065](https://github.com/standardnotes/app/issues/2065)) ([767d354](https://github.com/standardnotes/app/commit/767d3547804bc98693dcc769baeed943c24426f3))
# [3.113.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.112.2...@standardnotes/web@3.113.0) (2022-11-28)
### Bug Fixes

View File

@@ -1,17 +1,31 @@
{
"versions": [
{
"version": "3.114.0",
"title": "[3.114.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.113.0...@standardnotes/web@3.114.0) (2022-11-28)",
"date": null,
"body": "### Features\n\n* display number of files for 'Files' view ([#2065](https://github.com/standardnotes/app/issues/2065)) ([767d354](https://github.com/standardnotes/app/commit/767d3547804bc98693dcc769baeed943c24426f3))",
"parsed": {
"_": [
"display number of files for 'Files' view (#2065) (767d354)"
],
"Features": [
"display number of files for 'Files' view (#2065) (767d354)"
]
}
},
{
"version": "3.113.0",
"title": "[3.113.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.112.2...@standardnotes/web@3.113.0) (2022-11-28)",
"date": null,
"body": "### Bug Fixes\n\n* Only autofocus super notes when creating new note ([#2063](https://github.com/standardnotes/app/issues/2063)) ([96e8dfd](https://github.com/standardnotes/app/commit/96e8dfdd310fad88a360c4ac984b376b51a618d1))\n\n### Features\n\n* convert Super notes to Markdown behind the scenes while publishing to Listed ([#2064](https://github.com/standardnotes/app/issues/2064)) ([cc2762a](https://github.com/standardnotes/app/commit/cc2762a29d83e2e4cd646345f9d3935571b27c62))",
"body": "### Bug Fixes\n\n* Only autofocus Super notes when creating new note ([#2063](https://github.com/standardnotes/app/issues/2063)) ([96e8dfd](https://github.com/standardnotes/app/commit/96e8dfdd310fad88a360c4ac984b376b51a618d1))\n\n### Features\n\n* convert Super notes to Markdown behind the scenes while publishing to Listed ([#2064](https://github.com/standardnotes/app/issues/2064)) ([cc2762a](https://github.com/standardnotes/app/commit/cc2762a29d83e2e4cd646345f9d3935571b27c62))",
"parsed": {
"_": [
"Only autofocus super notes when creating new note (#2063) (96e8dfd)",
"Only autofocus Super notes when creating new note (#2063) (96e8dfd)",
"convert Super notes to Markdown behind the scenes while publishing to Listed (#2064) (cc2762a)"
],
"Bug Fixes": [
"Only autofocus super notes when creating new note (#2063) (96e8dfd)"
"Only autofocus Super notes when creating new note (#2063) (96e8dfd)"
],
"Features": [
"convert Super notes to Markdown behind the scenes while publishing to Listed (#2064) (cc2762a)"

View File

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