Skip to content

Commit 35a0998

Browse files
committed
chore(release): %s
1 parent 02148df commit 35a0998

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,13 +1,13 @@
11
# Changelog
22

3-
## 1.4.8 (2023-07-15)
3+
## 1.4.9 (2023-07-20)
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.8
11+
#### 1.4.9
1212

13-
- Dev [`#5`](https://github.com/wirecli/wire-cli/pull/5)
13+
- Dev: serve command enhancement [`#7`](https://github.com/wirecli/wire-cli/pull/7)

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

0 commit comments

Comments
 (0)