StandardNotes CI
2023-01-03 20:43:29 +00:00
parent 3c332a35f6
commit 8ff7fb605a
27 changed files with 91 additions and 13 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.132.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.131.1...@standardnotes/web@3.132.0) (2023-01-03)
### Features
* improve initial load performance on mobile ([#2126](https://github.com/standardnotes/app/issues/2126)) ([3c332a3](https://github.com/standardnotes/app/commit/3c332a35f6024c46020a1d6ac68a5df989804142))
## [3.131.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.131.0...@standardnotes/web@3.131.1) (2023-01-03)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.132.0",
"title": "[3.132.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.131.1...@standardnotes/web@3.132.0) (2023-01-03)",
"date": null,
"body": "### Features\n\n* improve initial load performance on mobile ([#2126](https://github.com/standardnotes/app/issues/2126)) ([3c332a3](https://github.com/standardnotes/app/commit/3c332a35f6024c46020a1d6ac68a5df989804142))",
"parsed": {
"_": [
"improve initial load performance on mobile (#2126) (3c332a3)"
],
"Features": [
"improve initial load performance on mobile (#2126) (3c332a3)"
]
}
},
{
"version": "3.131.1",
"title": "[3.131.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.131.0...@standardnotes/web@3.131.1) (2023-01-03)",

View File

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