Skip to content

Commit 061476e

Browse files
committed
Release 1.4.12
1 parent 74d6963 commit 061476e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Changelog
22

3-
## 1.4.11 (2024-01-30)
3+
## 1.4.12 (2024-09-07)
44

55
##
66

77
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
88

99
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1010

11-
#### [1.4.11](https://github.com/wirecli/wire-cli/compare/1.4.10...1.4.11)
11+
#### [1.4.12](https://github.com/wirecli/wire-cli/compare/1.4.10...1.4.12)
1212

13-
- Dev [`#12`](https://github.com/wirecli/wire-cli/pull/12)
13+
- Dev [`#15`](https://github.com/wirecli/wire-cli/pull/15)
1414

1515
#### [1.4.10](https://github.com/wirecli/wire-cli/compare/1.4.9...1.4.10)
1616

app/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.4.11"
2+
"version": "1.4.12"
33
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"require": "5.2.*"
5454
}
5555
},
56-
"version": "1.4.11"
56+
"version": "1.4.12"
5757
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wire-cli",
3-
"version": "1.4.11",
3+
"version": "1.4.12",
44
"description": "An extendable ProcessWire command line interface",
55
"main": "commitlint.config.js",
66
"directories": {

0 commit comments

Comments
 (0)