diff --git a/CHANGELOG.md b/CHANGELOG.md index 954b53f..a0b838e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ All notable changes to this project will be documented in this file. -## 5.0.0-beta.4 - UNRELEASED +## 5.0.0 - 2024.04.16 ### Added +* Stable release for Craft CMS 5 * Add `craft/cloud` to `composer.json` for CI ## 5.0.0-beta.3 - 2024.03.02 diff --git a/composer.json b/composer.json index c1a79d3..ebfe690 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-vite", "description": "Allows the use of the Vite.js next generation frontend tooling with Craft CMS", "type": "craft-plugin", - "version": "5.0.0-beta.4", + "version": "5.0.0", "keywords": [ "craft", "cms", @@ -25,7 +25,7 @@ "require": { "php": "^8.2", "craftcms/cms": "^5.0.0", - "nystudio107/craft-plugin-vite": "^5.0.0-beta.3" + "nystudio107/craft-plugin-vite": "^5.0.0" }, "require-dev": { "craftcms/cloud": "^2.0.0",