From 3875792a502d48de6141ae135546a1a1147930d0 Mon Sep 17 00:00:00 2001 From: praingeard Date: Thu, 28 Jun 2018 19:31:28 +0200 Subject: [PATCH] chore(release): Release for 0.6.2 to fix changelog --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e1e9e7..0892a955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] - Debugging with FS-UAE -### [0.6.1] - 2018-06-28 +### [0.6.2] - 2018-06-28 ### Fixed - [Issue #3](https://github.com/prb28/vscode-amiga-assembly/issues/3) Language Packs category is for display language extensions diff --git a/README.md b/README.md index 682b99ca..d624e246 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ The assembly language will be formatted with the standard shortcuts : ## Release Notes -### 0.6.1 +### 0.6.2 - Bug fixes (see changelog) ### 0.6.0 diff --git a/package.json b/package.json index f3672302..4d7cde9e 100755 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/prb28/vscode-amiga-assembly" }, - "version": "0.6.1", + "version": "0.6.2", "publisher": "prb28", "engines": { "vscode": "^1.23.0"