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

This commit is contained in:
Aman Harwara
2023-05-05 19:47:06 +05:30
14 changed files with 50 additions and 8 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.158.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.157.1...@standardnotes/web@3.158.0) (2023-05-05)
### Features
* **clipper:** Added "Clip as screenshot" switch to allow clipping content as a screenshot and save it to Files ([0d3b7f7](https://github.com/standardnotes/app/commit/0d3b7f7d94071675c1005bbe64fb11cc91bccf58))
## [3.157.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.157.0...@standardnotes/web@3.157.1) (2023-05-04)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.158.0",
"title": "[3.158.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.157.1...@standardnotes/web@3.158.0) (2023-05-05)",
"date": null,
"body": "### Features\n\n* **clipper:** Added \"Clip as screenshot\" switch to allow clipping content as a screenshot and save it to Files ([0d3b7f7](https://github.com/standardnotes/app/commit/0d3b7f7d94071675c1005bbe64fb11cc91bccf58))",
"parsed": {
"_": [
"clipper: Added \"Clip as screenshot\" switch to allow clipping content as a screenshot and save it to Files (0d3b7f7)"
],
"Features": [
"clipper: Added \"Clip as screenshot\" switch to allow clipping content as a screenshot and save it to Files (0d3b7f7)"
]
}
},
{
"version": "3.157.1",
"title": "[3.157.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.157.0...@standardnotes/web@3.157.1) (2023-05-04)",

View File

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