Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Feb 16, 2023
1 parent 6b7236c commit 60378dc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.4] - 2023-02-16

### Added

- Added the Caddy logo to be shown in VS Code and on the extension marketplace.

### Changed

- Updated all references of the old repository to point to the new one.

## [v0.2.3] - 2022-11-21

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "caddyfile-support",
"displayName": "Caddyfile Support",
"description": "Rich Caddyfile support for Visual Studio Code",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"private": true,
"main": "packages/client/dist/index.js",
"packageManager": "pnpm@7.19.0",
"packageManager": "pnpm@7.26.3",
"icon": "media/caddy-logo.png",
"categories": [
"Programming Languages",
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.2.3",
"version": "0.2.4",
"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.2.3",
"version": "0.2.4",
"license": "MIT",
"publisher": "matthewpi",
"private": true,
Expand Down

0 comments on commit 60378dc

Please sign in to comment.