Skip to content

Commit

Permalink
(chore) bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinivsenthil committed Sep 9, 2021
1 parent 05de084 commit 824ff7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "postcode" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

### 1.3.9

- automattically use http protocol if none is specified
- make font size relative to vscode editor font size

### 1.3.8

- display response time in response window
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Postcode",
"icon": "icons/icon.png",
"description": "An API client to test and create HTTP/s requests",
"version": "1.3.8",
"version": "1.3.9",
"license": "MIT",
"bugs": {
"url": "https://github.com/rohinivsenthil/postcode/issues"
Expand Down Expand Up @@ -125,4 +125,4 @@
"react-redux": "^7.2.4",
"url": "^0.11.0"
}
}
}

0 comments on commit 824ff7d

Please sign in to comment.