diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 31158bdc..3a34d4ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.4" + ".": "1.0.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 155bc45b..3d41d404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/linchpin/ash/compare/v1.0.4...v1.0.5) (2023-05-04) + + +### Miscellaneous Chores 🧹 + +* **NO-JIRA:** Organize warnings phpcs ([0017589](https://github.com/linchpin/ash/commit/0017589e1cdf1eea4ba8e188ec6994230e628b8d)) + ## [1.0.4](https://github.com/linchpin/ash/compare/v1.0.3...v1.0.4) (2023-05-04) diff --git a/functions.php b/functions.php index 77bb1429..18edac4f 100644 --- a/functions.php +++ b/functions.php @@ -12,7 +12,7 @@ */ // x-release-please-start-version -define( 'ASH_THEME_VERSION', '1.0.4' ); // Version number is bumped automatically by release please +define( 'ASH_THEME_VERSION', '1.0.5' ); // Version number is bumped automatically by release please // x-release-please-end define( 'ASH_THEME_NAME', esc_html__( 'Ash', 'Ash' ) );