Skip to content

Commit d556353

Browse files
committed
chore(release): %s
1 parent b8df094 commit d556353

File tree

5 files changed

+38
-8
lines changed

5 files changed

+38
-8
lines changed

CHANGELOG.md

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

3-
## 1.4.9 (2023-07-20)
3+
## 1.4.10 (2023-10-27)
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.9
11+
#### [1.4.10](https://github.com/wirecli/wire-cli/compare/1.4.9...1.4.10)
1212

13-
- Dev: serve command enhancement [`#7`](https://github.com/wirecli/wire-cli/pull/7)
13+
- Fix config [`#10`](https://github.com/wirecli/wire-cli/pull/10)
14+
15+
#### [1.4.9](https://github.com/wirecli/wire-cli/compare/1.4.8...1.4.9)
16+
17+
> 20 July 2023
18+
19+
- Dev: serve command enhancement [`#7`](https://github.com/wirecli/wire-cli/pull/7)
20+
- feat(cmd-serve): improving the flexibility of the `serve` command with port detection [`814bd79`](https://github.com/wirecli/wire-cli/commit/814bd799f875c1ff418fbf2b70d5610bf9b5d822)
21+
- chore(release): %s [`35a0998`](https://github.com/wirecli/wire-cli/commit/35a0998ff559b2854eaf0ca623929bb952a3831c)
22+
- chore(workflow): run workflow on push event [`15f5522`](https://github.com/wirecli/wire-cli/commit/15f55229c331de0a8d2173764f2394f8854a3d1b)
23+
24+
#### [1.4.8](https://github.com/wirecli/wire-cli/compare/v1.4.6...1.4.8)
25+
26+
> 15 July 2023
27+
28+
- Dev [`#5`](https://github.com/wirecli/wire-cli/pull/5)
29+
- docs(ci-cd): fix release action [`#4`](https://github.com/wirecli/wire-cli/pull/4)
30+
- docs(ci-cd): fixed pulled version number from app [`#3`](https://github.com/wirecli/wire-cli/pull/3)
31+
- chore(release): {{currentTag}} [skip ci] [`5c8adfa`](https://github.com/wirecli/wire-cli/commit/5c8adfa2d42706056d959dd07855e1c052a27db9)
32+
- chore(release): %s [`970952e`](https://github.com/wirecli/wire-cli/commit/970952e210fd7e56257b3795fe6d14b222476c50)
33+
- docs(readme): updated README [`6a263e3`](https://github.com/wirecli/wire-cli/commit/6a263e3f060a5a84561f6f6fa02223655fdb124c)
34+
35+
#### v1.4.6
36+
37+
> 14 July 2023
38+
39+
- fix(package): fixed composer schema [`#2`](https://github.com/wirecli/wire-cli/pull/2)
40+
- Dev [`#1`](https://github.com/wirecli/wire-cli/pull/1)
41+
- docs: This is not the commit message you are looking for [`6d52151`](https://github.com/wirecli/wire-cli/commit/6d521517ef1e26b96a3a6b61d2e1e619aba9d804)
42+
- docs: add README [`13356ae`](https://github.com/wirecli/wire-cli/commit/13356ae55b8232ba89250f0a5fdbc8ee7560553b)
43+
- docs: Add Github Workflows [`9be02fb`](https://github.com/wirecli/wire-cli/commit/9be02fbf12aa1cfb6d522fa2eb325f26e102ecad)

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

0 commit comments

Comments
 (0)