From 96da0ae66734015765f63d9987bfc079137be4a2 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 19 Jan 2025 17:13:20 -0500 Subject: [PATCH] chore: Version 1.0.7 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3eac7d..5843499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Units Changelog +## 1.0.7 - UNRELEASED +### Added +* Add `ecs` and `phpstan` code quality tools + ## 1.0.6 - 2023.04.24 ### Changed * Updated the docs to use VitePress `^1.0.0-alpha.29` diff --git a/composer.json b/composer.json index d377807..45e23be 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-units", "description": "Units is a plugin that can convert between any units of measure, and comes with a Field for content authors to use", "type": "craft-plugin", - "version": "1.0.6", + "version": "1.0.7", "keywords": [ "craft", "cms",