Skip to content

Commit 60378dc

Browse files
committed
Update CHANGELOG.md
1 parent 6b7236c commit 60378dc

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.4] - 2023-02-16
8+
9+
### Added
10+
11+
- Added the Caddy logo to be shown in VS Code and on the extension marketplace.
12+
13+
### Changed
14+
15+
- Updated all references of the old repository to point to the new one.
16+
717
## [v0.2.3] - 2022-11-21
818

919
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "caddyfile-support",
33
"displayName": "Caddyfile Support",
44
"description": "Rich Caddyfile support for Visual Studio Code",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"license": "MIT",
77
"private": true,
88
"main": "packages/client/dist/index.js",
9-
"packageManager": "pnpm@7.19.0",
9+
"packageManager": "pnpm@7.26.3",
1010
"icon": "media/caddy-logo.png",
1111
"categories": [
1212
"Programming Languages",

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.2.3",
4+
"version": "0.2.4",
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.2.3",
4+
"version": "0.2.4",
55
"license": "MIT",
66
"publisher": "matthewpi",
77
"private": true,

0 commit comments

Comments
 (0)