Skip to content

Commit 91221fd

Browse files
committed
Release 1.4.20
1 parent dc8eaaf commit 91221fd

5 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
# Changelog
22

3-
## [1.4.19](https://github.com/wirecli/wire-cli/compare/1.4.18...1.4.19) (2026-05-04)
3+
## [1.4.20](https://github.com/wirecli/wire-cli/compare/1.4.19...1.4.20) (2026-05-04)
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.20](https://github.com/wirecli/wire-cli/compare/1.4.19...1.4.20)
12+
1113
#### [1.4.19](https://github.com/wirecli/wire-cli/compare/1.4.18...1.4.19)
1214

15+
> 4 May 2026
16+
17+
- Release 1.4.19 [`dc8eaaf`](https://github.com/wirecli/wire-cli/commit/dc8eaafaee194163842cc6869bbfb04bcf391129)
18+
1319
#### [1.4.18](https://github.com/wirecli/wire-cli/compare/1.4.13...1.4.18)
1420

1521
> 4 May 2026
1622
1723
-[performance improvement] Optimize N+1 user role save operations [`#27`](https://github.com/wirecli/wire-cli/pull/27)
24+
- Use ZipArchive class for profile extraction in NewCommand [`#26`](https://github.com/wirecli/wire-cli/pull/26)
1825
- Release 1.4.18 [`3f18f09`](https://github.com/wirecli/wire-cli/commit/3f18f09dba5baded405b47e846510d61907c29c5)
26+
- perf: optimize N+1 user role save operations [`0179176`](https://github.com/wirecli/wire-cli/commit/0179176045de819c678bc282fa5e5d8a27b4458e)
1927

2028
#### [1.4.13](https://github.com/wirecli/wire-cli/compare/1.4.12...1.4.13)
2129

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.19"
2+
"version": "1.4.20"
33
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"php": "8.1.0"
6060
}
6161
},
62-
"version": "1.4.19",
62+
"version": "1.4.20",
6363
"extra": {
6464
"processwire": {
6565
"min-version": "3.0.0",

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.19",
3+
"version": "1.4.20",
44
"description": "An extendable ProcessWire command line interface",
55
"main": "commitlint.config.js",
66
"directories": {

0 commit comments

Comments
 (0)