mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Merge branch 'release/2021.5.2' into develop
This commit is contained in:
commit
c7f07fd63e
@ -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",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2021.5.1",
|
||||
"version": "2021.5.2",
|
||||
"name": "insomnia",
|
||||
"executableName": "insomnia",
|
||||
"appId": "com.insomnia.app",
|
||||
|
Loading…
Reference in New Issue
Block a user