Skip to content

Commit

Permalink
Added Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yokawasa committed Feb 19, 2020
1 parent 85a5aeb commit 1084ccb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the "jwt-debugger" extension will be documented in this file.

## 0.4.0
- Add [Content-Security-Policy](https://code.visualstudio.com/api/extension-guides/webview#content-security-policy)

## 0.3.0
- Disable a command shortcut key (`Ctrl+shift+d` or `Cmd+shift+d` for Mac) when editor has no text selection

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jwt-debugger",
"displayName": "JWT Debugger",
"description": "JWT tokens decoder - VS Code version of jwt.io debugger",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"publisher": "yokawasa",
"repository": {
Expand Down

0 comments on commit 1084ccb

Please sign in to comment.