diff --git a/CHANGELOG.md b/CHANGELOG.md index 29164464..56871abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.6.0](https://github.com/ucsc/ucsc-2022/compare/v3.5.0...v3.6.0) (2023-12-08) + + +### Bug Fixes + +* 🐛 Don't show breadcrumbs on a post title block that is set to H2 or lower ([#286](https://github.com/ucsc/ucsc-2022/issues/286)) ([eb2511b](https://github.com/ucsc/ucsc-2022/commit/eb2511b6e8478ff23fe669bbca3c4c4aa579912e)) + ## [3.5.0](https://github.com/ucsc/ucsc-2022/compare/v3.4.0...v3.5.0) (2023-10-27) diff --git a/package-lock.json b/package-lock.json index 695d3cc2..c2d4bc65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef8b5295..2e078b65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "3.5.0", + "version": "3.6.0", "description": "The offficial WordPress theme for UC Santa Cruz", "main": "build/index.js", "scripts": {