diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5280e6..50e17b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 558c028..36fdf64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/macojaune/marvinldotcom2024/compare/marvinldotcom-v2.1.0...marvinldotcom-v2.1.1) (2024-11-08) + + +### 📦 CI Improvements + +* update changelog style ([fd78efb](https://github.com/macojaune/marvinldotcom2024/commit/fd78efba48fd1a899115aa62d2e622696d2d6127)) + ## [2.1.0](https://github.com/macojaune/marvinldotcom2024/compare/marvinldotcom-v2.0.0...marvinldotcom-v2.1.0) (2024-11-08) diff --git a/package.json b/package.json index 55a836c..e7c9800 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "marvinldotcom", "type": "module", - "version": "2.1.0", + "version": "2.1.1", "scripts": { "dev": "tinacms dev -c \"astro dev\"", "start": "astro dev",