diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..11bddf3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] diff --git a/package-lock.json b/package-lock.json index a5b7d80..9333333 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wincc-oa-tools-pack", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wincc-oa-tools-pack", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "engines": { "vscode": "^1.60.0" diff --git a/package.json b/package.json index 71071f4..c833df4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wincc-oa-tools-pack", "displayName": "WinCC OA Tools Pack", "publisher": "mPokornyETM", - "version": "0.0.7", + "version": "0.0.8", "engines": { "vscode": "^1.60.0" },