From 12ca2f6e9e5126166eaca75492a6ad5783854f09 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Sun, 24 Jan 2021 11:48:38 +0530 Subject: [PATCH] Release :gem: v1.1.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ lib/jekyll-data/version.rb | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c419835..b71caf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +### 1.1.1 / 2021-01-24 + +#### Bug Fixes + + * Don't fail if the theme doesn't have a data dir. **[[`#36`][]]** by [@fauno][] + * Fix incompatibility with Jekyll 4.2. **[[`#38`][]]** by [@fauno][] + +[`#36`]: https://github.com/ashmaroli/jekyll-data/pull/36 +[`#38`]: https://github.com/ashmaroli/jekyll-data/pull/38 +[@fauno]: https://github.com/fauno + + +#### Development Improvements + + * Bump development dependencies and tested Ruby versions + + +#### Documentation + + * Use "successivo" as it's more widely used. **[[`#37`][]]** by [@Samplasion][] + +[`#37`]: https://github.com/ashmaroli/jekyll-data/pull/37 +[@Samplasion]: https://github.com/Samplasion + + ### 1.1.0 / 2019-09-09 #### Minor Enhancements diff --git a/lib/jekyll-data/version.rb b/lib/jekyll-data/version.rb index 7245120..61b9268 100644 --- a/lib/jekyll-data/version.rb +++ b/lib/jekyll-data/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JekyllData - VERSION = "1.1.0" + VERSION = "1.1.1" end