diff --git a/CHANGELOG.md b/CHANGELOG.md index 25331921..8d224d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.39](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.38...v0.1.39) (2025-11-11) + + +### Bug Fixes + +* enable Redis cache writing ([a68095f](https://github.com/CodingBlackFemales/wordpress/commit/a68095fdda64c30ed41d7944f5906e405d1c4ffa)) + ## [0.1.38](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.37...v0.1.38) (2025-11-05) diff --git a/package-lock.json b/package-lock.json index bdc26015..9338202a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cbf-wordpress", - "version": "0.1.38", + "version": "0.1.39", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cbf-wordpress", - "version": "0.1.38", + "version": "0.1.39", "devDependencies": { "@commitlint/cli": "^19.0", "@commitlint/config-conventional": "^19.0", diff --git a/package.json b/package.json index fc5c1270..705e9f3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbf-wordpress", - "version": "0.1.38", + "version": "0.1.39", "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",