Merge branch 'main' of github.com:standardnotes/app

This commit is contained in:
Aman Harwara
2023-03-24 19:10:42 +05:30
9 changed files with 36 additions and 4 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.150.29](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.28...@standardnotes/web@3.150.29) (2023-03-24)
### Bug Fixes
* Fixed issue where pasting an image into Super would not correctly link it to note ([5cd04b1](https://github.com/standardnotes/app/commit/5cd04b147479f9f1a0f2b8ee02aba2cfa652e798))
## [3.150.28](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.27...@standardnotes/web@3.150.28) (2023-03-22)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.150.29",
"title": "[3.150.29](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.28...@standardnotes/web@3.150.29) (2023-03-24)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where pasting an image into Super would not correctly link it to note ([5cd04b1](https://github.com/standardnotes/app/commit/5cd04b147479f9f1a0f2b8ee02aba2cfa652e798))",
"parsed": {
"_": [
"Fixed issue where pasting an image into Super would not correctly link it to note (5cd04b1)"
],
"Bug Fixes": [
"Fixed issue where pasting an image into Super would not correctly link it to note (5cd04b1)"
]
}
},
{
"version": "3.150.28",
"title": "[3.150.28](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.27...@standardnotes/web@3.150.28) (2023-03-22)",

View File

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