Skip to content

Commit 9f6becf

Browse files
committed
chore(release): 💎 0.14.0
1 parent b1c94e5 commit 9f6becf

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

History.markdown

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
## HEAD
2-
3-
### Bug Fixes
4-
5-
* Fix feed link when post title contains HTML (#305)
1+
## 0.14.0 / 2020-06-24
62

73
### Minor Enhancements
84

9-
* XML escape the title field of feed_meta (#306)
5+
* add support for categories (#153) (#233)
6+
* add support for tags (#264)
107
* Make posts limit configurable (#314)
11-
* Dont forget about categories (#233)
12-
* chore(deps): require Ruby >=2.4.0 (#307)
13-
* Feed by tag (#264)
14-
* add support for categories frontmatter (#153)
8+
* XML escape the title field of feed_meta (#306)
9+
10+
### Bug Fixes
11+
12+
* Fix feed link when post title contains HTML (#305)
1513

1614
### Development Fixes
1715

18-
* chore: use Dir to list source files (#309)
16+
* Use Dir to list source files (#309)
17+
* Require Ruby >=2.4.0 (#307)
1918

2019
## 0.13.0 / 2019-11-13
2120

lib/jekyll-feed/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 Feed
5-
VERSION = "0.13.0"
5+
VERSION = "0.14.0"
66
end
77
end

0 commit comments

Comments
 (0)