Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deiteris committed May 20, 2021
1 parent 97b0e9e commit 16c4481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "API Contractor",
"description": "Define, edit, validate and preview your API contracts in RAML and OpenAPI (Swagger)",
"publisher": "deiteris",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"icon": "images/icon.png",
"engines": {
Expand Down Expand Up @@ -122,7 +122,7 @@
"scope": "window",
"type": "boolean",
"default": true,
"description": "Enables automatic reload of the API file preview when it is saved. API file preview tabs must be reopened when this setting is changed."
"description": "Enables automatic reload of the API file preview when it is saved. API file preview tabs must be reopened when this setting is changed. Note: in structured projects where root API file is set, the API file preview will be also reloaded when its referenced files are saved."
},
"apiContractor.notification.noMainApiFileSet": {
"scope": "window",
Expand Down

0 comments on commit 16c4481

Please sign in to comment.