From 7f49ac86619b9ba46d5ad6fee42ab09046559438 Mon Sep 17 00:00:00 2001 From: John Allen Date: Mon, 20 Dec 2021 11:08:17 -0500 Subject: [PATCH] Bump vscode-cue-fmt from 0.0.3 to 0.1.0 (#4) Bump vscode-cue-fmt from 0.0.3 to 0.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4d1fe..de71599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [0.1.0] - 2021-12-20 + - [3](https://github.com/johnallen3d/vscode-cue-fmt/pull/3): Report issues as VS Code "problems" - [@johnallen3d](https://github.com/johnallen3d) ## [0.0.3] - 2021-12-19 diff --git a/package.json b/package.json index 5b2d8f8..cf37d6e 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.3", + "version": "0.1.0", "homepage": "https://github.com/johnallen3d/vscode-cue-fmt", "icon": "cue-logo.png", "engines": {