diff --git a/CHANGELOG.md b/CHANGELOG.md index 808e0ce..60d2014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] +## [2.0.0] - 2024-09-30 ### New - Use tailwindcss-ruby gem as a wrapper for executable. - Expose `input` and `output` parameters in _config.yml. diff --git a/Gemfile.lock b/Gemfile.lock index 5474bb5..2f03d09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jekyll-tailwind (1.0.0) + jekyll-tailwind (2.0) jekyll (>= 3.0, < 5.0) tailwindcss-ruby diff --git a/lib/jekyll-tailwind/version.rb b/lib/jekyll-tailwind/version.rb index 01a3738..c7586de 100644 --- a/lib/jekyll-tailwind/version.rb +++ b/lib/jekyll-tailwind/version.rb @@ -2,6 +2,6 @@ module Jekyll class Tailwind - VERSION = "1.0.0" + VERSION = "2.0" end end