From bc5f3b2106af0b5d315f27909b6c0441c057f1dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:23:13 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0172b50 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.4.1](https://github.com/nlemoine/wp-cli-fixtures/compare/0.4.0...0.4.1) (2024-11-14) + + +### Bug Fixes + +* **Fixtures:** Fix closing tag in fixtures example ([12e3d23](https://github.com/nlemoine/wp-cli-fixtures/commit/12e3d234be1e36e4e25ff875288f25dfb41775e8)) +* **Fixtures:** fix README.md proposed fixtures ([d62ab64](https://github.com/nlemoine/wp-cli-fixtures/commit/d62ab64f1b6173cfc7bd1915e1af39e0aee78ca6)) + + +### Miscellaneous Chores + +* Blame ignore coding standards ([d6ef97e](https://github.com/nlemoine/wp-cli-fixtures/commit/d6ef97edb608fdaa7e6f81ba61cce406bd6755bf)) +* Switch to WP-CLI coding standards ([cf52043](https://github.com/nlemoine/wp-cli-fixtures/commit/cf5204383408cabd78799a34bb0a2ebce02a6bf7)) +* Update package tools ([4112be6](https://github.com/nlemoine/wp-cli-fixtures/commit/4112be61fc564e9c285caf3d5d2c3d7a51be2c1c))