Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed May 24, 2021
1 parent 5277220 commit e09bb61
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 84 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.14.0 (2021-05-24)

#### Features
* update to new vscode renderer api
* remove use of --vscode- CSS Variables

## 0.13.2 (2021-05-17)

#### Fix
Expand Down
158 changes: 79 additions & 79 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "httpbook",
"displayName": "httpBook - Rest Client",
"description": "Quickly and easily send REST, SOAP, and GraphQL requests directly within Visual Studio Code",
"version": "0.13.2",
"version": "0.14.0",
"publisher": "anweber",
"homepage": "https://github.com/AnWeber/httpbook",
"repository": {
Expand Down Expand Up @@ -158,9 +158,9 @@
"@types/vscode": "^1.56.0",
"@types/vscode-notebook-renderer": "^1.57.2",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"css-loader": "^5.2.5",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"css-loader": "^5.2.6",
"eslint": "^7.27.0",
"eslint-plugin-node": "^11.1.0",
"fork-ts-checker-webpack-plugin": "^6.2.10",
Expand All @@ -184,4 +184,4 @@
"preact": "^10.5.13",
"vscode-codicons": "^0.0.17"
}
}
}

0 comments on commit e09bb61

Please sign in to comment.