Skip to content

Commit c7793d3

Browse files
committed
Bump version for release
1 parent bebfdde commit c7793d3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the `vscode-caddyfile-support` project will be documented
44

55
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).
66

7+
## [v0.2.3] - 2022-11-21
8+
9+
### Fixed
10+
11+
- Actually update the package version, this time. Same changes as v0.2.2, except actually released this time.
12+
713
## [v0.2.2] - 2022-11-21
814

915
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "caddyfile-support",
33
"displayName": "Caddyfile Support",
44
"description": "Rich Caddyfile support for Visual Studio Code",
5-
"version": "0.2.1",
5+
"version": "0.2.3",
66
"license": "MIT",
77
"private": true,
88
"main": "packages/client/dist/index.js",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@matthewpi/vscode-caddyfile-support",
33
"description": "",
4-
"version": "0.2.1",
4+
"version": "0.2.3",
55
"license": "MIT",
66
"publisher": "matthewpi",
77
"private": true,

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@matthewpi/caddyfile-language-server",
33
"description": "",
4-
"version": "0.2.1",
4+
"version": "0.2.3",
55
"license": "MIT",
66
"publisher": "matthewpi",
77
"private": true,

0 commit comments

Comments
 (0)