Skip to content

Commit 1b28339

Browse files
committed
Release 1.4.13
1 parent 7681db3 commit 1b28339

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

CHANGELOG.md

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

3-
## 1.4.12 (2024-09-07)
3+
## 1.4.13 (2025-06-09)
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.12](https://github.com/wirecli/wire-cli/compare/1.4.10...1.4.12)
11+
#### [1.4.13](https://github.com/wirecli/wire-cli/compare/1.4.12...1.4.13)
12+
13+
#### [1.4.12](https://github.com/wirecli/wire-cli/compare/1.4.11...1.4.12)
14+
15+
> 7 September 2024
1216
1317
- Dev [`#15`](https://github.com/wirecli/wire-cli/pull/15)
18+
- feat: Allow `new` command in non-empty dirs #14 [`9a3b5e7`](https://github.com/wirecli/wire-cli/commit/9a3b5e78547e44407fe009cfd64d8a990510568e)
19+
- Release 1.4.12 [`061476e`](https://github.com/wirecli/wire-cli/commit/061476e50197f64e627d4a703d36875bb6f5c245)
20+
- feat(helpers): Added `writeWarning` helper [`258c69c`](https://github.com/wirecli/wire-cli/commit/258c69cf16e232ec6c9557aea7f14c8bcb4f0b62)
21+
22+
#### [1.4.11](https://github.com/wirecli/wire-cli/compare/1.4.10...1.4.11)
23+
24+
> 30 January 2024
25+
26+
- Dev [`#12`](https://github.com/wirecli/wire-cli/pull/12)
27+
- chore(package): updated dependencies [`a7dc4fa`](https://github.com/wirecli/wire-cli/commit/a7dc4fadf806befd6edd59392705975598d4f800)
28+
- Release 1.4.11 [`70145b7`](https://github.com/wirecli/wire-cli/commit/70145b7df4d44f3420ce9f91b7d673c02f4edd64)
29+
- fix(module:upgrade): fixed upgrading a single module #11 [`779c646`](https://github.com/wirecli/wire-cli/commit/779c64603682813e2d9296204809d983c225fa57)
1430

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

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

0 commit comments

Comments
 (0)