diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0743f4..2766002b 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.3.0](https://github.com/ucsc/ucsc-2022/compare/v3.2.0...v3.3.0) (2023-09-24) + + +### Bug Fixes + +* 🚑️ Fix issue where stats block stopped overlaying the home page video ([#263](https://github.com/ucsc/ucsc-2022/issues/263)) ([a739d13](https://github.com/ucsc/ucsc-2022/commit/a739d13e7fb48b5b88b03ce7cd2025126992f903)) + ## [3.2.0](https://github.com/ucsc/ucsc-2022/compare/v3.1.0...v3.2.0) (2023-08-25) diff --git a/package-lock.json b/package-lock.json index c8798668..18125ab6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4b7a04f..80ba4333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "3.2.0", + "version": "3.3.0", "description": "The offficial WordPress theme for UC Santa Cruz", "main": "build/index.js", "scripts": {