From 7330e3d02d16fd010ca845ec875d149e8dd2ac0f Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Tue, 19 Nov 2024 14:25:04 +1100 Subject: [PATCH] Release 4.2.21 --- CHANGELOG.md | 2 +- composer.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf72ed9e..7da4086c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.2.21 - 2024-11-19 ### Changed - When running Craft garbage collection, Neo will now delete Neo block owner data where the owner has previously been deleted diff --git a/composer.json b/composer.json index e5767c54..ec86d6da 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type that uses existing fields", - "version": "4.2.20", + "version": "4.2.21", "type": "craft-plugin", "keywords": [ "cms", @@ -21,7 +21,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-neo/issues", "source": "https://github.com/spicywebau/craft-neo", - "docs": "https://github.com/spicywebau/craft-neo/blob/4.2.20/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/4.2.21/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/4.x.atom" }, "require": { @@ -44,7 +44,7 @@ "schemaVersion": "4.0.0", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/4.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.2.20.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.2.21.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 5e7b36d1..010540c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "4.2.20", + "version": "4.2.21", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {