diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d96cf..9753b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b7637f0..8952e77 100644 --- a/package.json +++ b/package.json @@ -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" @@ -125,4 +125,4 @@ "react-redux": "^7.2.4", "url": "^0.11.0" } -} +} \ No newline at end of file