Skip to content

Commit 7e25ac5

Browse files
committed
release: v0.4.0
1 parent 25aaf87 commit 7e25ac5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## Unreleased
7+
## [v0.4.0] - 2024-02-20
88

99
### Added
1010

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

0 commit comments

Comments
 (0)