From 2b05f354335f217537dcab93ba3d5c4b2894a7f4 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 6 Jul 2022 21:39:52 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.4.4 - @standardnotes/components-meta@2.7.3 - @standardnotes/desktop@3.23.59 - @standardnotes/encryption@1.13.3 - @standardnotes/features@1.50.3 - @standardnotes/filepicker@1.21.2 - @standardnotes/files@1.8.3 - @standardnotes/mobile@3.30.10 - @standardnotes/models@1.15.3 - @standardnotes/releases@1.2.76 - @standardnotes/responses@1.9.2 - @standardnotes/services@1.16.3 - @standardnotes/snjs@2.123.2 - @standardnotes/web-server@1.2.81 - @standardnotes/web@3.37.6 - @standardnotes/advanced-checklist@0.2.2 - @standardnotes/simple-task-editor@1.4.1 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/components/CHANGELOG.md | 6 ++++++ packages/components/package.json | 2 +- .../org.standardnotes.advanced-checklist/CHANGELOG.md | 6 ++++++ .../org.standardnotes.advanced-checklist/package.json | 2 +- .../org.standardnotes.simple-task-editor/CHANGELOG.md | 6 ++++++ .../org.standardnotes.simple-task-editor/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/encryption/CHANGELOG.md | 4 ++++ packages/encryption/package.json | 2 +- packages/features/CHANGELOG.md | 6 ++++++ packages/features/package.json | 2 +- packages/filepicker/CHANGELOG.md | 4 ++++ packages/filepicker/package.json | 2 +- packages/files/CHANGELOG.md | 4 ++++ packages/files/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/models/CHANGELOG.md | 4 ++++ packages/models/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/responses/CHANGELOG.md | 4 ++++ packages/responses/package.json | 2 +- packages/services/CHANGELOG.md | 4 ++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 4 ++++ packages/snjs/package.json | 2 +- packages/web-server/CHANGELOG.md | 4 ++++ packages/web-server/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/package.json | 2 +- 34 files changed, 93 insertions(+), 17 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 37f1d0481..47818262c 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.4](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.3...@standardnotes/api@1.4.4) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/api + ## [1.4.3](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.2...@standardnotes/api@1.4.3) (2022-07-06) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index b39acbc30..163c39512 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.4.3", + "version": "1.4.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 1c6ad9772..b30e1d688 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -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. +## [2.7.3](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.2...@standardnotes/components-meta@2.7.3) (2022-07-06) + +### Bug Fixes + +* **advanced checklist:** improve editor styles ([#1221](https://github.com/standardnotes/app/issues/1221)) ([f7ba658](https://github.com/standardnotes/app/commit/f7ba6588a7d062e3ec82e6413042ce5d8cd075f7)) + ## [2.7.2](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.1...@standardnotes/components-meta@2.7.2) (2022-07-06) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 80895f9eb..cfb9c24d3 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.2", + "version": "2.7.3", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/CHANGELOG.md index 99452e5e4..b7c2762c1 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/CHANGELOG.md @@ -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. +## [0.2.2](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.2.1...@standardnotes/advanced-checklist@0.2.2) (2022-07-06) + +### Bug Fixes + +* **advanced checklist:** improve editor styles ([#1221](https://github.com/standardnotes/app/issues/1221)) ([f7ba658](https://github.com/standardnotes/app/commit/f7ba6588a7d062e3ec82e6413042ce5d8cd075f7)) + ## [0.2.1](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.2.0...@standardnotes/advanced-checklist@0.2.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/advanced-checklist diff --git a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json index bd0c905d9..de7ffbd27 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/advanced-checklist", - "version": "0.2.1", + "version": "0.2.2", "description": "A task editor with grouping functionality.", "author": "Standard Notes.", "keywords": [ diff --git a/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/CHANGELOG.md index 4d9329d46..5263bd16f 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/CHANGELOG.md @@ -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. +## [1.4.1](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.4.0...@standardnotes/simple-task-editor@1.4.1) (2022-07-06) + +### Bug Fixes + +* **advanced checklist:** improve editor styles ([#1221](https://github.com/standardnotes/app/issues/1221)) ([f7ba658](https://github.com/standardnotes/app/commit/f7ba6588a7d062e3ec82e6413042ce5d8cd075f7)) + # [1.4.0](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.3.15...@standardnotes/simple-task-editor@1.4.0) (2022-06-28) ### Features diff --git a/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/package.json b/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/package.json index 4408dd51a..18e9c40f3 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/simple-task-editor", "private": true, - "version": "1.4.0", + "version": "1.4.1", "main": "dist/dist.js", "scripts": { "components:compile": "webpack --config webpack.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 968a53583..62b227cc7 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.23.59](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.58...@standardnotes/desktop@3.23.59) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.58](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.57...@standardnotes/desktop@3.23.58) (2022-07-06) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index d262141e2..5005185f3 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/desktop", "main": "./app/dist/index.js", - "version": "3.23.58", + "version": "3.23.59", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 72d1abca1..f242a0e01 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.3](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.13.2...@standardnotes/encryption@1.13.3) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.13.2](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.13.1...@standardnotes/encryption@1.13.2) (2022-07-06) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index e7c091b54..0447681e9 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.13.2", + "version": "1.13.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 63cd6c283..8cd5ed510 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/CHANGELOG.md @@ -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. +## [1.50.3](https://github.com/standardnotes/app/compare/@standardnotes/features@1.50.2...@standardnotes/features@1.50.3) (2022-07-06) + +### Bug Fixes + +* **advanced checklist:** improve editor styles ([#1221](https://github.com/standardnotes/app/issues/1221)) ([f7ba658](https://github.com/standardnotes/app/commit/f7ba6588a7d062e3ec82e6413042ce5d8cd075f7)) + ## [1.50.2](https://github.com/standardnotes/app/compare/@standardnotes/features@1.50.1...@standardnotes/features@1.50.2) (2022-07-06) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index d499bd72d..0a1b8f653 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.50.2", + "version": "1.50.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 8f45a1b6f..a7273258b 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.2](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.21.1...@standardnotes/filepicker@1.21.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.21.1](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.21.0...@standardnotes/filepicker@1.21.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 16c429500..da15f9f8e 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.21.1", + "version": "1.21.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 3c26821ea..53e709be3 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.3](https://github.com/standardnotes/app/compare/@standardnotes/files@1.8.2...@standardnotes/files@1.8.3) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/files + ## [1.8.2](https://github.com/standardnotes/app/compare/@standardnotes/files@1.8.1...@standardnotes/files@1.8.2) (2022-07-06) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index e8675f9ae..76e1c1760 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.8.2", + "version": "1.8.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 47e22991e..dc2133d59 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.30.10](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.9...@standardnotes/mobile@3.30.10) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.30.9](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.8...@standardnotes/mobile@3.30.9) (2022-07-06) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 7052170c0..e636451f2 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.30.9", + "version": "3.30.10", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 2afb4f1bc..ceabe0649 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.15.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.15.2...@standardnotes/models@1.15.3) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/models + ## [1.15.2](https://github.com/standardnotes/app/compare/@standardnotes/models@1.15.1...@standardnotes/models@1.15.2) (2022-07-06) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 383ede319..9cf025b65 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.15.2", + "version": "1.15.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 914c531e2..650107b61 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.76](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.75...@standardnotes/releases@1.2.76) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.75](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.74...@standardnotes/releases@1.2.75) (2022-07-06) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 9cf68b2e0..0ccc5329c 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.75", + "version": "1.2.76", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/responses/CHANGELOG.md b/packages/responses/CHANGELOG.md index f8fb98c04..fced2763c 100644 --- a/packages/responses/CHANGELOG.md +++ b/packages/responses/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.2](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.9.1...@standardnotes/responses@1.9.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.9.1](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.9.0...@standardnotes/responses@1.9.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 0b7162415..5e3939add 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.9.1", + "version": "1.9.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 43728f7f9..9b285a112 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.16.3](https://github.com/standardnotes/app/compare/@standardnotes/services@1.16.2...@standardnotes/services@1.16.3) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/services + ## [1.16.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.16.1...@standardnotes/services@1.16.2) (2022-07-06) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 50f0c7bed..c1601f192 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.16.2", + "version": "1.16.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 6beba552a..c16f8a6c1 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.123.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.123.1...@standardnotes/snjs@2.123.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.123.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.123.0...@standardnotes/snjs@2.123.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index ce6b7fd72..382589cb5 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.123.1", + "version": "2.123.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index ffaffaa80..2a6086632 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.81](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.80...@standardnotes/web-server@1.2.81) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.80](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.79...@standardnotes/web-server@1.2.80) (2022-07-06) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 5c22a1dd4..25af5e1bf 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.80", + "version": "1.2.81", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index c90009f07..2e79939e3 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.37.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.37.5...@standardnotes/web@3.37.6) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/web + ## [3.37.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.37.4...@standardnotes/web@3.37.5) (2022-07-06) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index bb809f127..dcf4dd7cf 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.37.5", + "version": "3.37.6", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",