From 879f78495b7c9c7b6f1c1af63368cc782b25ee0b Mon Sep 17 00:00:00 2001 From: Rob Knight Date: Thu, 21 Dec 2023 16:19:36 -0800 Subject: [PATCH] chore(release): 3.7.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56871abb..21a1a9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.7.0](https://github.com/ucsc/ucsc-2022/compare/v3.6.0...v3.7.0) (2023-12-22) + + +### Features + +* 📝 Basic template for single posts (news articles) ([#290](https://github.com/ucsc/ucsc-2022/issues/290)) ([b7d971e](https://github.com/ucsc/ucsc-2022/commit/b7d971e1ef644367693a01b0f6c956c9ea4d9db1)) + + +### Bug Fixes + +* 🐛 Contrast error with date in query loop block Fixes [#282](https://github.com/ucsc/ucsc-2022/issues/282) ([#289](https://github.com/ucsc/ucsc-2022/issues/289)) ([3417a65](https://github.com/ucsc/ucsc-2022/commit/3417a650176411c777f0e325fd46858764d3778a)) + ## [3.6.0](https://github.com/ucsc/ucsc-2022/compare/v3.5.0...v3.6.0) (2023-12-08) diff --git a/package-lock.json b/package-lock.json index c2d4bc65..4c0efa7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "3.6.0", + "version": "3.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e078b65..2c679518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "3.6.0", + "version": "3.7.0", "description": "The offficial WordPress theme for UC Santa Cruz", "main": "build/index.js", "scripts": {