diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b058b8a..d197ea05 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.46](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.45...v0.1.46) (2026-04-26) + + +### Features + +* style sticky TOC tab ([87f8db9](https://github.com/CodingBlackFemales/wordpress/commit/87f8db97e2b868278c8d614a24339bcceb728a88)) + ## [0.1.45](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.44...v0.1.45) (2026-04-22) ## [0.1.44](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.43...v0.1.44) (2026-04-20) diff --git a/package-lock.json b/package-lock.json index 28a18735..a21c4b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cbf-wordpress", - "version": "0.1.45", + "version": "0.1.46", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cbf-wordpress", - "version": "0.1.45", + "version": "0.1.46", "devDependencies": { "@commitlint/cli": "^19.0", "@commitlint/config-conventional": "^19.0", diff --git a/package.json b/package.json index 2a99ad13..39f7857c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbf-wordpress", - "version": "0.1.45", + "version": "0.1.46", "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",