diff --git a/CHANGELOG.md b/CHANGELOG.md index f30f2b54..e2b4e032 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.43](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.42...v0.1.43) (2026-04-17) + + +### Bug Fixes + +* harmonise Markdown and Code block styling ([f65c39f](https://github.com/CodingBlackFemales/wordpress/commit/f65c39f7bb333f06dd5f8c53aabc9f64e112b7f5)) + ## [0.1.42](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.41...v0.1.42) (2026-03-25) diff --git a/package-lock.json b/package-lock.json index 45fcaf9d..7f964dc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cbf-wordpress", - "version": "0.1.42", + "version": "0.1.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cbf-wordpress", - "version": "0.1.42", + "version": "0.1.43", "devDependencies": { "@commitlint/cli": "^19.0", "@commitlint/config-conventional": "^19.0", diff --git a/package.json b/package.json index 74022829..d33a99f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbf-wordpress", - "version": "0.1.42", + "version": "0.1.43", "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",