Skip to content

Commit 5dcb164

Browse files
committed
updating to 2.1.3
1 parent 15c014b commit 5dcb164

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7+
## [2.1.3](https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.3) (2017/02/21)
8+
Released on 2017/02/21.
9+
10+
#### Fixed
11+
* Fixed link autodetection conflicts with link markup [#62](https://github.com/laptobbe/TSMarkdownParser/issues/62)
12+
13+
714
## [2.1.2](https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.2) (2016/12/11)
815
Released on 2016/12/11.
916

TSMarkdownParser.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TSMarkdownParser"
3-
s.version = "2.1.2"
3+
s.version = "2.1.3"
44
s.summary = "A markdown to NSAttributedString parser for iOS and OSX"
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)