diff --git a/CHANGELOG.md b/CHANGELOG.md index d197ea05..19a3c7e1 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.47](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.46...v0.1.47) (2026-04-26) + + +### Bug Fixes + +* exclude Learndash vendor files from gitignore ([41bea35](https://github.com/CodingBlackFemales/wordpress/commit/41bea3574836c8125f0e3db174e3acf661179aa1)) + ## [0.1.46](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.45...v0.1.46) (2026-04-26) diff --git a/package-lock.json b/package-lock.json index a21c4b29..c5f24f6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cbf-wordpress", - "version": "0.1.46", + "version": "0.1.47", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cbf-wordpress", - "version": "0.1.46", + "version": "0.1.47", "devDependencies": { "@commitlint/cli": "^19.0", "@commitlint/config-conventional": "^19.0", diff --git a/package.json b/package.json index 39f7857c..ae726110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbf-wordpress", - "version": "0.1.46", + "version": "0.1.47", "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",