From 20e69aa666bb2893223b30dd71d1fc6c0185c012 Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Wed, 3 May 2023 21:42:13 -0400 Subject: [PATCH] chore(trunk): release 1.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ functions.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f385234d..31158bdc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.0.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe25e60..155bc45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.4](https://github.com/linchpin/ash/compare/v1.0.3...v1.0.4) (2023-05-04) + + +### Miscellaneous Chores 🧹 + +* **NO-JIRA:** Set wiki php version ([fd6e990](https://github.com/linchpin/ash/commit/fd6e9904c6e1ac2c0de413a890d519624a0911df)) +* **NO-JIRA:** Update dependencies in composer ([e7bd993](https://github.com/linchpin/ash/commit/e7bd99303c439867bece251be71017733de1d99a)) +* **NO-JIRA:** Update doc generation ([f78aa27](https://github.com/linchpin/ash/commit/f78aa27c6ba1408beab105b9b045a52e2cffaef0)) +* **NO-JIRA:** Update phpcs ([94911d6](https://github.com/linchpin/ash/commit/94911d63b027c9e81f466e8f4c1095e2acf54bb5)) +* **NO-JIRA:** Update workflows ([eb6a591](https://github.com/linchpin/ash/commit/eb6a59192388ac67abf6d613856480058bdc79b3)) + ## [1.0.3](https://github.com/linchpin/ash/compare/v1.0.2...v1.0.3) (2023-05-03) diff --git a/functions.php b/functions.php index 187e3016..77bb1429 100644 --- a/functions.php +++ b/functions.php @@ -12,7 +12,7 @@ */ // x-release-please-start-version -define( 'ASH_THEME_VERSION', '1.0.3' ); // Version number is bumped automatically by release please +define( 'ASH_THEME_VERSION', '1.0.4' ); // Version number is bumped automatically by release please // x-release-please-end define( 'ASH_THEME_NAME', esc_html__( 'Ash', 'Ash' ) );