diff --git a/CHANGELOG.md b/CHANGELOG.md index ee36632c..fa67de38 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. +### [2.1.3](https://github.com/ucsc/ucsc-2022/compare/v2.1.2...v2.1.3) (2023-03-01) + + +### Bug Fixes + +* **Blocks:** 🎨 Reduce spacing between main navigation links Fixes [#195](https://github.com/ucsc/ucsc-2022/issues/195) ([#196](https://github.com/ucsc/ucsc-2022/issues/196)) ([3098fdb](https://github.com/ucsc/ucsc-2022/commit/3098fdbf1f729bae1b7f5da9e991abaace8fd8f0)) + ### [2.1.2](https://github.com/ucsc/ucsc-2022/compare/v2.1.1...v2.1.2) (2023-02-28) diff --git a/package-lock.json b/package-lock.json index e869407f..513e3916 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ucsc-2022", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ucsc-2022", - "version": "2.1.2", + "version": "2.1.3", "hasInstallScript": true, "license": "ISC", "devDependencies": { diff --git a/package.json b/package.json index 0d010eeb..0b8dfbe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "2.1.2", + "version": "2.1.3", "description": "The offficial WordPress theme for UC Santa Cruz", "main": "build/index.js", "scripts": {