diff --git a/CHANGELOG.md b/CHANGELOG.md index 017c77d4..85f3727e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.1.54](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.53...v0.1.54) (2026-08-21) + +### Features + +* update WordPress to 7.1 ([1782b9a](https://github.com/CodingBlackFemales/wordpress/commit/1782b9a6ea6b0b85e4aa493c500b1ee7748f4731)) ## [0.1.53](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.52...v0.1.53) (2026-08-20) ## [0.1.52](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.51...v0.1.52) (2026-08-20) ## [0.1.51](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.50...v0.1.51) (2026-07-31) diff --git a/package-lock.json b/package-lock.json index 44cc52a1..a61387f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cbf-wordpress", - "version": "0.1.53", + "version": "0.1.54", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cbf-wordpress", - "version": "0.1.53", + "version": "0.1.54", "devDependencies": { "@commitlint/cli": "^19.0", "@commitlint/config-conventional": "^19.0", diff --git a/package.json b/package.json index f939c60f..601df5a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbf-wordpress", - "version": "0.1.53", + "version": "0.1.54", "description": "[![Packagist](https://img.shields.io/packagist/v/roots/bedrock.svg?style=flat-square)](https://packagist.org/packages/roots/bedrock) [![Build Status](https://img.shields.io/travis/roots/bedrock.svg?style=flat-square)](https://travis-ci.org/roots/bedrock)", "devDependencies": { "@commitlint/cli": "^19.0",