From 7de11cfbc51aebdd01342f7d7e25f5acebd3b2c8 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Tue, 16 Aug 2022 20:41:57 +0700 Subject: [PATCH] chore(release): v1.2.3 --- CHANGELOG.md | 12 ++++++++++++ data/dnb/giscus/build.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c618d..cfd1239 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. +### [1.2.3](https://github.com/davidsneighbour/hugo-giscus/compare/v1.2.2...v1.2.3) (2022-08-16) + + +### Features + +* fallback for local theme in dev/live ([48b0c76](https://github.com/davidsneighbour/hugo-giscus/commit/48b0c76d7f394a46af3dd9528bcc33364399217f)) + + +### Chore + +* **config:** update config and docs ([53926d3](https://github.com/davidsneighbour/hugo-giscus/commit/53926d3c9b4b587c22cfd1844ea212127643187e)) + ### [1.2.2](https://github.com/davidsneighbour/hugo-giscus/compare/v1.2.1...v1.2.2) (2022-04-28) diff --git a/data/dnb/giscus/build.json b/data/dnb/giscus/build.json index 37b0559..a510e80 100644 --- a/data/dnb/giscus/build.json +++ b/data/dnb/giscus/build.json @@ -1,3 +1,3 @@ { - "version": "1.2.2" + "version": "1.2.3" } diff --git a/package.json b/package.json index eb001f1..e85bea1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@davidsneighbour/hugo-giscus", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "description": "A Hugo theme component to add the Giscus comment system to static websites.", "author": {