From 91aaffc9eaa197da85e46d834bb9f9a778a1b79d Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:03:13 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Preparing=20release=20v1.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- assets/css/compiled/main.css | 2 +- assets/css/main.css | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8793e83..507bc27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.4] - 2023-01-18 + ### Changed - Upgrade to Typography v0.5.9 ([#41](https://github.com/jpanther/lynx/pull/41)) @@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fathom Analytics and Google Analytics support - Favicons support -[Unreleased]: https://github.com/jpanther/lynx/compare/v1.2.3...HEAD +[Unreleased]: https://github.com/jpanther/lynx/compare/v1.2.4...HEAD +[1.2.4]: https://github.com/jpanther/lynx/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/jpanther/lynx/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/jpanther/lynx/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/jpanther/lynx/compare/v1.2.0...v1.2.1 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 7dfa1e1..c1b8736 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! Lynx v1.2.3 | MIT License | https://github.com/jpanther/lynx */ +/*! Lynx v1.2.4 | MIT License | https://github.com/jpanther/lynx */ /*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */ diff --git a/assets/css/main.css b/assets/css/main.css index 905b810..b715ee0 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! Lynx v1.2.3 | MIT License | https://github.com/jpanther/lynx */ +/*! Lynx v1.2.4 | MIT License | https://github.com/jpanther/lynx */ @tailwind base; @tailwind components; diff --git a/package.json b/package.json index 51141f6..89b5588 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-lynx-theme", - "version": "1.2.3", + "version": "1.2.4", "description": "Lynx theme for Hugo", "scripts": { "dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",