Skip to content

Commit e0480a3

Browse files
authored
Merge pull request #160 from increments/release-v1.2.0
Release v1.2.0
2 parents b45155e + 696e274 commit e0480a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
## 1.2.0
4+
5+
- Accept new codepen script url (public.codepenassets.com)
6+
37
## 1.1.2
48

59
- Add test for code_block filter

lib/qiita/markdown/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Qiita
22
module Markdown
3-
VERSION = "1.1.2"
3+
VERSION = "1.2.0"
44
end
55
end

0 commit comments

Comments
 (0)