Skip to content

Commit

Permalink
Release 💎 v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Jan 24, 2021
1 parent 426f15f commit 12ca2f6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-data/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllData
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit 12ca2f6

Please sign in to comment.