diff --git a/CHANGELOG.md b/CHANGELOG.md index a866764..76d9232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [4.6.1] - 2023-02-11 + +### Changed + +- Updates README badges + ## [4.6.0] - 2023-02-11 ### Added diff --git a/README.md b/README.md index 213b024..4805574 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![](https://vsmarketplacebadge.apphb.com/version/eamodio.amethyst-theme.svg)](https://marketplace.visualstudio.com/items?itemName=eamodio.amethyst-theme) [![](https://vsmarketplacebadge.apphb.com/installs/eamodio.amethyst-theme.svg)](https://marketplace.visualstudio.com/items?itemName=eamodio.amethyst-theme) [![](https://vsmarketplacebadge.apphb.com/rating/eamodio.amethyst-theme.svg)](https://marketplace.visualstudio.com/items?itemName=eamodio.amethyst-theme) +[![](https://vsmarketplacebadges.dev/version/amodio.amethyst-theme.svg)](https://marketplace.visualstudio.com/items?itemName=amodio.amethyst-theme) [![](https://vsmarketplacebadges.dev/installs/amodio.amethyst-theme.svg)](https://marketplace.visualstudio.com/items?itemName=amodio.amethyst-theme) [![](https://vsmarketplacebadges.dev/rating/amodio.amethyst-theme.svg)](https://marketplace.visualstudio.com/items?itemName=amodio.amethyst-theme) # Amethyst Themes diff --git a/package.json b/package.json index b686320..31b4d48 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "amethyst-theme", "displayName": "Amethyst Themes", "description": "A set of purple light and dark themes", - "version": "4.6.0", + "version": "4.6.1", "publisher": "amodio", "engines": { "vscode": "^1.62.0"