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 Jun 7, 2021
1 parent 0766f45 commit ea26625
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.0

- Add copy button to code editor

### 1.3.0

- Support code-snippet generation
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "1.3.1",
"license": "MIT",
"bugs": {
"url": "https://github.com/rohinivsenthil/postcode/issues"
Expand Down
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,5 @@ export function activate(context: vscode.ExtensionContext) {
}

// this method is called when your extension is deactivated
// eslint-disable-next-line @typescript-eslint/no-empty-function
export function deactivate() {}

0 comments on commit ea26625

Please sign in to comment.