StandardNotes CI
2022-12-05 16:06:51 +00:00
parent caf2c4a876
commit 0e10b347b6
29 changed files with 98 additions and 14 deletions

View File

@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.120.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.119.1...@standardnotes/web@3.120.0) (2022-12-05)
### Bug Fixes
* fixes issue where first change was ignored with Super notes ([1d22365](https://github.com/standardnotes/app/commit/1d22365086ffca3efa46143783b724fcde3c1681))
### Features
* add Super note type to list of note types ([#2086](https://github.com/standardnotes/app/issues/2086)) ([caf2c4a](https://github.com/standardnotes/app/commit/caf2c4a87646ab4d1aa7007c39547fd3b16c0c6f))
## [3.119.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.119.0...@standardnotes/web@3.119.1) (2022-12-05)
### Bug Fixes

View File

@@ -1,5 +1,23 @@
{
"versions": [
{
"version": "3.120.0",
"title": "[3.120.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.119.1...@standardnotes/web@3.120.0) (2022-12-05)",
"date": null,
"body": "### Bug Fixes\n\n* fixes issue where first change was ignored with Super notes ([1d22365](https://github.com/standardnotes/app/commit/1d22365086ffca3efa46143783b724fcde3c1681))\n\n### Features\n\n* add Super note type to list of note types ([#2086](https://github.com/standardnotes/app/issues/2086)) ([caf2c4a](https://github.com/standardnotes/app/commit/caf2c4a87646ab4d1aa7007c39547fd3b16c0c6f))",
"parsed": {
"_": [
"fixes issue where first change was ignored with Super notes (1d22365)",
"add Super note type to list of note types (#2086) (caf2c4a)"
],
"Bug Fixes": [
"fixes issue where first change was ignored with Super notes (1d22365)"
],
"Features": [
"add Super note type to list of note types (#2086) (caf2c4a)"
]
}
},
{
"version": "3.119.1",
"title": "[3.119.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.119.0...@standardnotes/web@3.119.1) (2022-12-05)",

View File

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