Merge branch 'release/2021.5.2' into develop

This commit is contained in:
Opender Singh 2021-09-01 09:51:26 +12:00
commit c7f07fd63e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"lint:markdown": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"",
"lint:fix": "lerna run lint:fix --stream --no-bail",
"bootstrap": "npm install && lerna bootstrap && lerna run --stream bootstrap",
"version": "lerna version --exact --preid beta --force-publish",
"version": "lerna version --exact --preid beta",
"version:dry": "npm run version -- --no-git-tag-version",
"release": "lerna publish from-git --pre-dist-tag beta --no-verify-access --yes",
"clean": "lerna run clean --parallel --stream && lerna clean --yes && rimraf node_modules",

View File

@ -1,5 +1,5 @@
{
"version": "2021.5.1",
"version": "2021.5.2",
"name": "insomnia",
"executableName": "insomnia",
"appId": "com.insomnia.app",