Skip to content

Commit 7d4746a

Browse files
committed
Prepare for release
1 parent 7764e8c commit 7d4746a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# 0.13.0
22

3-
(tbd)
3+
Released on Friday, August 23 2019.
44

55
- Added `Compute` extension for `ICssStyleDeclaration`
66
- Added `GetMatchingStyles` extension for `ICssRuleList`
77
- Added `MinifyStyleFormatter`
88
- Added `Prettify` and `Minify` extension methods
99
- Fixed border-style expansion order (#34)
1010
- Fixed text-decoration expansion order (#35)
11+
- Fixed missing whitespace in `GetInnerText()` (#32)
1112

1213
# 0.12.1
1314

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<PropertyGroup>
33
<Description>Extends the CSSOM from the core AngleSharp library.</Description>
44
<Product>AngleSharp.Css</Product>
5-
<Version>0.12.1</Version>
5+
<Version>0.13.0</Version>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)