diff --git a/CHANGELOG.md b/CHANGELOG.md index df03e42..16c51ea 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.2.1](https://github.com/ucsc/ucsc-2022/compare/v4.2.0...v4.2.1) (2024-09-19) + + +### Bug Fixes + +* Add image hover zoom to featured image in latest posts block ([70660f5](https://github.com/ucsc/ucsc-2022/commit/70660f582ff77eb07c191d72704cfec808463dbf)), closes [#340](https://github.com/ucsc/ucsc-2022/issues/340) + ## [4.2.0](https://github.com/ucsc/ucsc-2022/compare/v4.1.1...v4.2.0) (2024-09-18) diff --git a/package-lock.json b/package-lock.json index da42f5a..e538a6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 533f831..29201c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "4.2.0", + "version": "4.2.1", "description": "The offficial WordPress theme for UC Santa Cruz", "main": "build/index.js", "scripts": { diff --git a/style.css b/style.css index a92ac96..00a368b 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: UC Santa Cruz Author URI: https://www.ucsc.edu Description: The official WordPress theme for UC Santa Cruz Tags: full-site-editing, blog -Version: 4.2.0 +Version: 4.2.1 Requires at least: 6.0 Tested up to: 6.4.2 Requires PHP: 7.0