diff --git a/CHANGELOG.md b/CHANGELOG.md index 3157059..1ed8e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the `vscode-caddyfile-support` project will be documented 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). +## [v0.2.3] - 2022-11-21 + +### Fixed + +- Actually update the package version, this time. Same changes as v0.2.2, except actually released this time. + ## [v0.2.2] - 2022-11-21 ### Fixed diff --git a/package.json b/package.json index dcef658..18435d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "caddyfile-support", "displayName": "Caddyfile Support", "description": "Rich Caddyfile support for Visual Studio Code", - "version": "0.2.1", + "version": "0.2.3", "license": "MIT", "private": true, "main": "packages/client/dist/index.js", diff --git a/packages/client/package.json b/packages/client/package.json index 7d784a9..4894b14 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@matthewpi/vscode-caddyfile-support", "description": "", - "version": "0.2.1", + "version": "0.2.3", "license": "MIT", "publisher": "matthewpi", "private": true, diff --git a/packages/server/package.json b/packages/server/package.json index 6b8afc2..2274f33 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@matthewpi/caddyfile-language-server", "description": "", - "version": "0.2.1", + "version": "0.2.3", "license": "MIT", "publisher": "matthewpi", "private": true,