🔨 Preparing release v1.3.1
This commit is contained in:
parent
5e77ae81b0
commit
68184bc728
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3.1] - 2023-09-10
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Tailwind v3.3.3 ([#77](https://github.com/jpanther/lynx/pull/77))
|
||||
@ -98,7 +100,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.3.0...HEAD
|
||||
[Unreleased]: https://github.com/jpanther/lynx/compare/v1.3.1...HEAD
|
||||
[1.3.1]: https://github.com/jpanther/lynx/compare/v1.3.0...v1.3.1
|
||||
[1.3.0]: https://github.com/jpanther/lynx/compare/v1.2.4...v1.3.0
|
||||
[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,4 +1,4 @@
|
||||
/*! Lynx v1.3.0 | MIT License | https://github.com/jpanther/lynx */
|
||||
/*! Lynx v1.3.1 | MIT License | https://github.com/jpanther/lynx */
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hugo-lynx-theme",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.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",
|
||||
|
Loading…
Reference in New Issue
Block a user