Skip to content

Commit 26a4315

Browse files
committed
Release 💎 v1.4.0
1 parent ba987e7 commit 26a4315

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

History.markdown

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
## HEAD
1+
## 1.4.0 / 2022-01-30
22

33
### Minor Enhancements
44

55
* Require at least commonmarker-0.22 (#44)
66
* Highlight fenced code-block contents with Rouge (#29)
77

8+
### Bug Fixes
9+
10+
* Refactor away extra abstractions (#53)
11+
812
### Development Fixes
913

1014
* DRY begin-rescue-end block with a private helper (#28)
@@ -20,10 +24,6 @@
2024

2125
* Update README to link to commonmarker (#38)
2226

23-
### Bug Fixes
24-
25-
* Refactor away extra abstractions (#53)
26-
2727
## 1.3.1 / 2019-03-25
2828

2929
### Bug Fixes

lib/jekyll-commonmark/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module CommonMark
5-
VERSION = "1.3.1"
5+
VERSION = "1.4.0"
66
end
77
end

0 commit comments

Comments
 (0)