From 86a0cf72c9b165171a0196c43d6c27189db2b214 Mon Sep 17 00:00:00 2001 From: Rohini Senthil Date: Fri, 11 Jun 2021 20:13:07 +0530 Subject: [PATCH] (chore) bump version for release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33677a..990dc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,14 @@ 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.4 + +- Add headers tab for response + ### 1.3.3 - Improve load time by pre-rendering + ### 1.3.2 - Remove excess scroll diff --git a/package.json b/package.json index 8eb2381..dae8296 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.3", + "version": "1.3.4", "license": "MIT", "bugs": { "url": "https://github.com/rohinivsenthil/postcode/issues"