Skip to content

Commit

Permalink
🔨 Preparing release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed Nov 1, 2021
1 parent 5b8e93a commit 8a18aaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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.0.0] - 2021-11-01

### Added

- Built with Tailwind CSS JIT for minified stylesheets without any excess code
Expand All @@ -16,3 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- HTML and Emoji support
- Fathom Analytics and Google Analytics support
- Favicons support

[unreleased]: https://github.com/jpanther/lynx/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/jpanther/lynx/releases/tags/v1.0.0
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": "0.0.1",
"version": "1.0.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 8a18aaa

Please sign in to comment.