Skip to content

Commit 70145b7

Browse files
committed
Release 1.4.11
1 parent 9cecb84 commit 70145b7

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG.md

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

3-
## 1.4.10 (2023-10-27)
3+
## 1.4.11 (2024-01-30)
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)
12+
13+
- Dev [`#12`](https://github.com/wirecli/wire-cli/pull/12)
14+
1115
#### [1.4.10](https://github.com/wirecli/wire-cli/compare/1.4.9...1.4.10)
1216

17+
> 27 October 2023
18+
1319
- Fix config [`#10`](https://github.com/wirecli/wire-cli/pull/10)
20+
- feat(cmd-serve): improving the flexibility of the `serve` command with port detection [`932a3ab`](https://github.com/wirecli/wire-cli/commit/932a3ab75ebed03e70347434ba635f2aac16c12e)
21+
- fix(config): Added missing `installed`, `authSalt` and `tableSalt` config #9 [`d250942`](https://github.com/wirecli/wire-cli/commit/d250942eb160161be2240b6c439198dfdb4102bd)
22+
- chore(release): %s [`d556353`](https://github.com/wirecli/wire-cli/commit/d5563538dd8d0e1c8e360709f152f867af14981c)
1423

1524
#### [1.4.9](https://github.com/wirecli/wire-cli/compare/1.4.8...1.4.9)
1625

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

0 commit comments

Comments
 (0)