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

This commit is contained in:
Aman Harwara
2022-11-28 15:15:18 +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.111.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.111.0...@standardnotes/web@3.111.1) (2022-11-28)
### Bug Fixes
* navigation footer padding ([6fc1bb5](https://github.com/standardnotes/app/commit/6fc1bb5e841543c7c07814764edfc68af6b53f5c))
# [3.111.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.110.4...@standardnotes/web@3.111.0) (2022-11-27)
### Features

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.111.1",
"title": "[3.111.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.111.0...@standardnotes/web@3.111.1) (2022-11-28)",
"date": null,
"body": "### Bug Fixes\n\n* navigation footer padding ([6fc1bb5](https://github.com/standardnotes/app/commit/6fc1bb5e841543c7c07814764edfc68af6b53f5c))",
"parsed": {
"_": [
"navigation footer padding (6fc1bb5)"
],
"Bug Fixes": [
"navigation footer padding (6fc1bb5)"
]
}
},
{
"version": "3.111.0",
"title": "[3.111.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.110.4...@standardnotes/web@3.111.0) (2022-11-27)",

View File

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