Skip to content

Commit b641d95

Browse files
committed
chore: release v0.12.0 💎
1 parent 6993a27 commit b641d95

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

History.markdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
## HEAD
1+
## 0.12.0 / 2019-12-28
22

3-
### Development Fixes
3+
### Minor Enhancements
44

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

911
### Bug Fixes
1012

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

13-
### Minor Enhancements
15+
### Development Fixes
1416

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

2121
## 0.11.0 / 2019-04-05
2222

lib/jekyll-compose/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module Compose
5-
VERSION = "0.11.0"
5+
VERSION = "0.12.0"
66
end
77
end

0 commit comments

Comments
 (0)