From a702c928722e001dff11068ff7edde1d7d97369f Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Tue, 4 Jun 2024 12:17:18 +1000 Subject: [PATCH] Release 4.2.1 --- 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 ad14fc61..9828d769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.2.1 - 2024-06-04 ### Fixed - Fixed an error that occurred when trying to create a Neo block when editing a global set diff --git a/composer.json b/composer.json index ea6becff..4829bc6b 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.0", + "version": "4.2.1", "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.0/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/4.2.1/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.0.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.2.1.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 5b39c86e..945dff80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "4.2.0", + "version": "4.2.1", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {