Skip to content

Commit

Permalink
🔨 Preparing release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed May 1, 2024
1 parent 4b3038b commit b41cafb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2024-05-01

### Added

- Support for Bandcamp, Blueksy, Spotify and Threads
Expand Down Expand Up @@ -111,7 +113,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.1...HEAD
[Unreleased]: https://github.com/jpanther/lynx/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/jpanther/lynx/compare/v1.3.1...v1.4.0
[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
Expand Down
2 changes: 1 addition & 1 deletion assets/css/compiled/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Lynx v1.3.1 | MIT License | https://github.com/jpanther/lynx */
/*! Lynx v1.4.0 | MIT License | https://github.com/jpanther/lynx */

/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */

Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Lynx v1.3.1 | MIT License | https://github.com/jpanther/lynx */
/*! Lynx v1.4.0 | MIT License | https://github.com/jpanther/lynx */

@tailwind base;
@tailwind components;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-lynx-theme",
"version": "1.3.1",
"version": "1.4.0",
"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",
Expand Down

0 comments on commit b41cafb

Please sign in to comment.