diff --git a/CHANGELOG.md b/CHANGELOG.md index add9bd9..fba8529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.1](https://github.com/jnoortheen/xonsh-vscode-ext/compare/v0.3.0...v0.3.1) (2023-12-01) + + +### Bug Fixes + +* update package definition ([b762278](https://github.com/jnoortheen/xonsh-vscode-ext/commit/b7622781eb6b8099628d4a44646822313dd0c1af)) + ## [0.3.0](https://github.com/jnoortheen/xonsh-vscode-ext/compare/v0.2.6...v0.3.0) (2023-12-01) diff --git a/package.json b/package.json index 96557c9..7eccc5a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "xonsh", "displayName": "Xonsh IDE", "description": "Xonsh language support.", - "version": "0.3.0", + "version": "0.3.1", "publisher": "jnoortheen", "icon": "images/icon.png", "license": "MIT",