Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.5.0

### Bug Fixes

* Add `jekyll-feed` plugin in config (#228)

### Minor Enhancements

* Stick footer for short posts (#223)
* Consolidate trigger SVG paths (#148)

## 2.4.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "minima"
spec.version = "2.4.1"
spec.version = "2.5.0"
spec.authors = ["Joel Glovier"]
spec.email = ["[email protected]"]

Expand Down