diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db026d..0dc01f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 853c843..3bb0694 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/client/package.json b/packages/client/package.json index c5c0742..6bb1afd 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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, diff --git a/packages/server/package.json b/packages/server/package.json index e4ae1eb..9a4b09e 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@caddyserver/caddyfile-language-server", "description": "", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "publisher": "matthewpi", "private": true,