Skip to content

Commit

Permalink
chore(release): %s
Browse files Browse the repository at this point in the history
  • Loading branch information
flydev-fr committed Oct 27, 2023
1 parent b8df094 commit d556353
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 8 deletions.
36 changes: 33 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,43 @@
# Changelog

## 1.4.9 (2023-07-20)
## 1.4.10 (2023-10-27)

##

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- Dev: serve command enhancement [`#7`](https://github.com/wirecli/wire-cli/pull/7)
- Fix config [`#10`](https://github.com/wirecli/wire-cli/pull/10)

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

> 20 July 2023
- Dev: serve command enhancement [`#7`](https://github.com/wirecli/wire-cli/pull/7)
- feat(cmd-serve): improving the flexibility of the `serve` command with port detection [`814bd79`](https://github.com/wirecli/wire-cli/commit/814bd799f875c1ff418fbf2b70d5610bf9b5d822)
- chore(release): %s [`35a0998`](https://github.com/wirecli/wire-cli/commit/35a0998ff559b2854eaf0ca623929bb952a3831c)
- chore(workflow): run workflow on push event [`15f5522`](https://github.com/wirecli/wire-cli/commit/15f55229c331de0a8d2173764f2394f8854a3d1b)

#### [1.4.8](https://github.com/wirecli/wire-cli/compare/v1.4.6...1.4.8)

> 15 July 2023
- Dev [`#5`](https://github.com/wirecli/wire-cli/pull/5)
- docs(ci-cd): fix release action [`#4`](https://github.com/wirecli/wire-cli/pull/4)
- docs(ci-cd): fixed pulled version number from app [`#3`](https://github.com/wirecli/wire-cli/pull/3)
- chore(release): {{currentTag}} [skip ci] [`5c8adfa`](https://github.com/wirecli/wire-cli/commit/5c8adfa2d42706056d959dd07855e1c052a27db9)
- chore(release): %s [`970952e`](https://github.com/wirecli/wire-cli/commit/970952e210fd7e56257b3795fe6d14b222476c50)
- docs(readme): updated README [`6a263e3`](https://github.com/wirecli/wire-cli/commit/6a263e3f060a5a84561f6f6fa02223655fdb124c)

#### v1.4.6

> 14 July 2023
- fix(package): fixed composer schema [`#2`](https://github.com/wirecli/wire-cli/pull/2)
- Dev [`#1`](https://github.com/wirecli/wire-cli/pull/1)
- docs: This is not the commit message you are looking for [`6d52151`](https://github.com/wirecli/wire-cli/commit/6d521517ef1e26b96a3a6b61d2e1e619aba9d804)
- docs: add README [`13356ae`](https://github.com/wirecli/wire-cli/commit/13356ae55b8232ba89250f0a5fdbc8ee7560553b)
- docs: Add Github Workflows [`9be02fb`](https://github.com/wirecli/wire-cli/commit/9be02fbf12aa1cfb6d522fa2eb325f26e102ecad)
2 changes: 1 addition & 1 deletion app/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.4.9"
"version": "1.4.10"
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"require": "5.2.*"
}
},
"version": "1.4.9"
"version": "1.4.10"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wire-cli",
"version": "1.4.9",
"version": "1.4.10",
"description": "An extendable ProcessWire command line interface",
"main": "commitlint.config.js",
"directories": {
Expand Down

0 comments on commit d556353

Please sign in to comment.