Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Nov 21, 2022
1 parent bebfdde commit c7793d3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matthewpi/vscode-caddyfile-support",
"description": "",
"version": "0.2.1",
"version": "0.2.3",
"license": "MIT",
"publisher": "matthewpi",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matthewpi/caddyfile-language-server",
"description": "",
"version": "0.2.1",
"version": "0.2.3",
"license": "MIT",
"publisher": "matthewpi",
"private": true,
Expand Down

0 comments on commit c7793d3

Please sign in to comment.