diff --git a/CHANGELOG.md b/CHANGELOG.md index 428ca606..06d81b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.0.0](https://github.com/cssninjaStudio/fresh/compare/v4.1.0...v5.0.0) (2023-01-06) + + +### ⚠ BREAKING CHANGES + +* migrate from gulp to astro + +### Features + +* migrate from gulp to astro ([e9472da](https://github.com/cssninjaStudio/fresh/commit/e9472da047015a8a5aba64aea10bb18ee37dc558)) + ## [4.1.0](https://github.com/cssninjaStudio/fresh/compare/v4.0.1...v4.1.0) (2022-10-26) diff --git a/package.json b/package.json index 974570c4..fbfa1081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fresh", - "version": "4.1.0", + "version": "5.0.0", "description": "Fresh - Bulma + Alpine JS landing page", "type": "module", "private": true,