🔨 Preparing release v1.2.4

This commit is contained in:
James Panther 2023-01-18 10:03:13 +11:00
parent 4554c562dc
commit 91aaffc9ea
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
4 changed files with 7 additions and 4 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.2.4] - 2023-01-18
### Changed ### Changed
- Upgrade to Typography v0.5.9 ([#41](https://github.com/jpanther/lynx/pull/41)) - 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 - Fathom Analytics and Google Analytics support
- Favicons 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.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.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 [1.2.1]: https://github.com/jpanther/lynx/compare/v1.2.0...v1.2.1

View File

@ -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 */ /*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */

View File

@ -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 base;
@tailwind components; @tailwind components;

View File

@ -1,6 +1,6 @@
{ {
"name": "hugo-lynx-theme", "name": "hugo-lynx-theme",
"version": "1.2.3", "version": "1.2.4",
"description": "Lynx theme for Hugo", "description": "Lynx theme for Hugo",
"scripts": { "scripts": {
"dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w", "dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",