From 061476e50197f64e627d4a703d36875bb6f5c245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Release=20Workflow=20=F0=9F=A4=96?= Date: Sat, 7 Sep 2024 23:01:12 +0000 Subject: [PATCH] Release 1.4.12 --- CHANGELOG.md | 6 +++--- app/version.json | 2 +- composer.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ed8f4..70237e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.4.11 (2024-01-30) +## 1.4.12 (2024-09-07) ## @@ -8,9 +8,9 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [1.4.11](https://github.com/wirecli/wire-cli/compare/1.4.10...1.4.11) +#### [1.4.12](https://github.com/wirecli/wire-cli/compare/1.4.10...1.4.12) -- Dev [`#12`](https://github.com/wirecli/wire-cli/pull/12) +- Dev [`#15`](https://github.com/wirecli/wire-cli/pull/15) #### [1.4.10](https://github.com/wirecli/wire-cli/compare/1.4.9...1.4.10) diff --git a/app/version.json b/app/version.json index f1e82f1..75be1c8 100644 --- a/app/version.json +++ b/app/version.json @@ -1,3 +1,3 @@ { - "version": "1.4.11" + "version": "1.4.12" } diff --git a/composer.json b/composer.json index cb73097..b7a910c 100644 --- a/composer.json +++ b/composer.json @@ -53,5 +53,5 @@ "require": "5.2.*" } }, - "version": "1.4.11" + "version": "1.4.12" } diff --git a/package-lock.json b/package-lock.json index 77a0617..7bc33a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wire-cli", - "version": "1.4.11", + "version": "1.4.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wire-cli", - "version": "1.4.11", + "version": "1.4.12", "license": "MIT", "devDependencies": { "@commitlint/cli": "^17.6.6", diff --git a/package.json b/package.json index 3e4acab..f5036a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wire-cli", - "version": "1.4.11", + "version": "1.4.12", "description": "An extendable ProcessWire command line interface", "main": "commitlint.config.js", "directories": {