Skip to content

Commit

Permalink
chore: release v0.12.0 💎
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Dec 28, 2019
1 parent 6993a27 commit b641d95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## HEAD
## 0.12.0 / 2019-12-28

### Development Fixes
### Minor Enhancements

* Update CI for 4.0.0 release of Jekyll (#99)
* Extract logic for computing default front matter (#105)
* Refactoring to remove some rubocop warnings and for consistency (#106)
* `compose` command for collections (#103)
* Add `rename` command to change titles and filenames (#101)
* Support a custom timestamp format in YAML front matter on posts (#98)
* Include VISUAL as an editor option (#102)
* Prepare for collections support with default front matter configuration (#104)

### Bug Fixes

* Removing source option for commands as it is appearing twice. (#100)

### Minor Enhancements
### Development Fixes

* Include VISUAL as an editor option (#102)
* Prepare for collections support with default front matter configuration (#104)
* Compose command for collections (#103)
* Support a custom timestamp format in yaml frontmatter on posts (#98)
* Add rename command to change titles and filenames (#101)
* ci: test with Jekyll 4.0 (#99)
* Extract logic for computing default front matter (#105)
* Refactoring to remove some rubocop warnings and for consistency (#106)

## 0.11.0 / 2019-04-05

Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-compose/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module Compose
VERSION = "0.11.0"
VERSION = "0.12.0"
end
end

0 comments on commit b641d95

Please sign in to comment.