From 584db3151d54ad2c8141dc0acea9bf6ed078a5a1 Mon Sep 17 00:00:00 2001 From: John Allen Date: Sun, 19 Dec 2021 15:31:09 -0500 Subject: [PATCH] Bump vscode-cue-fmt from 0.0.2 to 0.0.3 Bump vscode-cue-fmt from 0.0.2 to 0.0.3 --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b28b19..9b763d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] -## [0.0.1] - 2021-12-19 +## [0.0.3] - 2021-12-19 + +- [3df1a01](https://github.com/johnallen3d/vscode-cue-fmt/commit/3df1a01): Show error message - [@johnallen3d](https://github.com/johnallen3d) + +## [0.0.2] - 2021-12-19 - [af31f28](https://github.com/johnallen3d/vscode-cue-fmt/commit/af31f28): Fix functionality - [@johnallen3d](https://github.com/johnallen3d) ## [0.0.1] - 2021-12-19 - [bb18eab](https://github.com/johnallen3d/vscode-cue-fmt/commit/bb18eab): Initial release - [@johnallen3d](https://github.com/johnallen3d) - diff --git a/package.json b/package.json index 4cb7203..5b2d8f8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "jallen7usa", "displayName": "vscode-cue-fmt", "description": "Add auto-formatting for CUE Lang files", - "version": "0.0.2", + "version": "0.0.3", "homepage": "https://github.com/johnallen3d/vscode-cue-fmt", "icon": "cue-logo.png", "engines": {