aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-04-17 20:50:37 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-17 19:50:37 +0100
commit0927dcbf4a8338150c61f91079a42a2ef96ec4ef (patch)
treee836a02110cd076c32b5e3eedfbe912f0d5f4c1e /package.json
parentNew Crowdin translations (#586) (diff)
downloadferdium-app-0927dcbf4a8338150c61f91079a42a2ef96ec4ef.tar.gz
ferdium-app-0927dcbf4a8338150c61f91079a42a2ef96ec4ef.tar.zst
ferdium-app-0927dcbf4a8338150c61f91079a42a2ef96ec4ef.zip
Add 5.5.0-gm and 5.5.0 changelog (#574)
* Update README and CHANGELOG * Add script to automatically link issues inside README.md * Add #573 to README * Add documentation for regex used in link-readme-issues script * Fix linking for Franz issues * Add linking for GitHub users * Link more contributors * Link more contributors * Fix information about "npm run link-readme" command * Add recipes to changelog * Add 5.5.0 changelog
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index becd0d227..2da8f6b9d 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,8 @@
32 "apply-branding": "node ./src/i18n/apply-branding.js", 32 "apply-branding": "node ./src/i18n/apply-branding.js",
33 "update-submodules": "git submodule update --remote --force && git add .", 33 "update-submodules": "git submodule update --remote --force && git add .",
34 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 34 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding",
35 "build-theme-info": "node src/scripts/build-theme-info.js" 35 "build-theme-info": "node src/scripts/build-theme-info.js",
36 "link-readme": "node src/scripts/link-readme.js"
36 }, 37 },
37 "keywords": [], 38 "keywords": [],
38 "author": "Amine Mouafik <amine@mouafik.fr>", 39 "author": "Amine Mouafik <amine@mouafik.fr>",