From bed2b9d6b52af4ab0eb34c2ef0d03cc680c88232 Mon Sep 17 00:00:00 2001 From: Rob Knight Date: Wed, 17 Apr 2024 10:35:32 -0700 Subject: [PATCH] chore(release): 4.0.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe2b42..7fe55c6 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. +### [4.0.2](https://github.com/ucsc/ucsc-2022/compare/v4.0.1...v4.0.2) (2024-04-17) + + +### Bug Fixes + +* 🚑 Recreate `page-no-title-with-breadcrumbs` as a duplicate of `page-no-title`. Fixes [#315](https://github.com/ucsc/ucsc-2022/issues/315) ([99e617b](https://github.com/ucsc/ucsc-2022/commit/99e617bb36e9df5684d22f510ca818d5d03410de)) + ### [4.0.1](https://github.com/ucsc/ucsc-2022/compare/v4.0.0...v4.0.1) (2024-04-16) diff --git a/package-lock.json b/package-lock.json index e895094..220232c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 35e38c3..6650ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "4.0.1", + "version": "4.0.2", "description": "The offficial WordPress theme for UC Santa Cruz", "main": "build/index.js", "scripts": {