From 6f18c1fd4914013159182d102bf47f43a7df42d9 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:19:03 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Preparing=20release=20v1.2.1?= 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 72cf2dd..8a7459c 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.1] - 2022-08-19 + ### Changed - Upgrade to Tailwind v3.1.8 ([#12](https://github.com/jpanther/lynx/pull/12), [#18](https://github.com/jpanther/lynx/pull/18)) @@ -57,7 +59,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.0...HEAD +[unreleased]: https://github.com/jpanther/lynx/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/jpanther/lynx/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/jpanther/lynx/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/jpanther/lynx/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/jpanther/lynx/releases/tags/v1.0.0 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index a80d17d..0997ba2 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! Lynx v1.2.0 | MIT License | https://github.com/jpanther/lynx */ +/*! Lynx v1.2.1 | MIT License | https://github.com/jpanther/lynx */ /*! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com */ diff --git a/assets/css/main.css b/assets/css/main.css index 77f2378..fa4c664 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! Lynx v1.2.0 | MIT License | https://github.com/jpanther/lynx */ +/*! Lynx v1.2.1 | MIT License | https://github.com/jpanther/lynx */ @tailwind base; @tailwind components; diff --git a/package.json b/package.json index 863792c..a8e7233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-lynx-theme", - "version": "1.2.0", + "version": "1.2.1", "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",