Skip to content

Commit aee63fc

Browse files
committed
chore(release): {{currentTag}} [skip ci]
{{currentTag}} {{changelog}}
1 parent 4feb8f9 commit aee63fc

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.4.7 (2023-07-14)
4+
5+
##
6+
7+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
8+
9+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
10+
11+
#### 1.4.7
12+
13+
- docs(ci-cd): fix release action [`#4`](https://github.com/wirecli/wire-cli/pull/4)

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

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@
5252
"symfony": {
5353
"require": "5.2.*"
5454
}
55-
}
55+
},
56+
"version": "1.4.7"
5657
}

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

0 commit comments

Comments
 (0)