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

This commit is contained in:
Aman Harwara
2023-01-16 23:46:00 +05:30
15 changed files with 51 additions and 7 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.138.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.0...@standardnotes/web@3.138.1) (2023-01-16)
### Bug Fixes
* Fixed issue where opening a Super note would change its modified date (skip e2e) ([3923358](https://github.com/standardnotes/app/commit/392335899ad6b2466cf58ff92bea4d3a36419d94))
# [3.138.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.137.3...@standardnotes/web@3.138.0) (2023-01-12)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.138.1",
"title": "[3.138.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.0...@standardnotes/web@3.138.1) (2023-01-16)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where opening a Super note would change its modified date (skip e2e) ([3923358](https://github.com/standardnotes/app/commit/392335899ad6b2466cf58ff92bea4d3a36419d94))",
"parsed": {
"_": [
"Fixed issue where opening a Super note would change its modified date (skip e2e) (3923358)"
],
"Bug Fixes": [
"Fixed issue where opening a Super note would change its modified date (skip e2e) (3923358)"
]
}
},
{
"version": "3.138.0",
"title": "[3.138.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.137.3...@standardnotes/web@3.138.0) (2023-01-12)",

View File

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