Skip to content

Commit

Permalink
Release 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
flydev-fr committed Jan 30, 2024
1 parent 9cecb84 commit 70145b7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# Changelog

## 1.4.10 (2023-10-27)
## 1.4.11 (2024-01-30)

##

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.11](https://github.com/wirecli/wire-cli/compare/1.4.10...1.4.11)

- Dev [`#12`](https://github.com/wirecli/wire-cli/pull/12)

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

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

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

Expand Down
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.10"
"version": "1.4.11"
}
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.10"
"version": "1.4.11"
}
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.10",
"version": "1.4.11",
"description": "An extendable ProcessWire command line interface",
"main": "commitlint.config.js",
"directories": {
Expand Down

0 comments on commit 70145b7

Please sign in to comment.