Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Feb 20, 2024
1 parent 25aaf87 commit 7e25ac5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## Unreleased
## [v0.4.0] - 2024-02-20

### Added

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.3.0",
"version": "0.4.0",
"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": "@caddyserver/vscode-caddyfile",
"description": "Rich Caddyfile support for Visual Studio Code ",
"version": "0.3.0",
"version": "0.4.0",
"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": "@caddyserver/caddyfile-language-server",
"description": "",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"publisher": "matthewpi",
"private": true,
Expand Down

0 comments on commit 7e25ac5

Please sign in to comment.