From 8a18aaa6f764cc0c2ae75b54a6a1bdf8396b3f62 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:40:40 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Preparing=20release=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e49dfff..3260577 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.0.0] - 2021-11-01 + ### Added - Built with Tailwind CSS JIT for minified stylesheets without any excess code @@ -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 diff --git a/package.json b/package.json index 5c7011b..9f972ed 100644 --- a/package.json +++ b/package.json @@ -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",