Skip to content

Commit 7a9d412

Browse files
committed
Prepare for release of 0.14.1
1 parent fa615f4 commit 7a9d412

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.14.1
2+
3+
Released on Thursday, June 11 2020.
4+
5+
- Fixed issue for representation of `counter()` and `counters()` (#58)
6+
- Fixed parsing of numerical font-weight in font shorthand (#57)
7+
- Updated `ComputeDeclarations` and `ComputeCascadedStyle` to support `IEnumerable<ICssStyleRule>` (#54)
8+
19
# 0.14.0
210

311
Released on Tuesday, April 7 2020.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ AngleSharp.Css contains code written by (in order of first pull request / commit
88
* [Michał Kostrzewski](https://github.com/zeaposs)
99
* [Jochen Kühner](https://github.com/jogibear9988)
1010
* [Tom Hazell](https://github.com/The-Nutty)
11+
* [Michael Ganss](https://github.com/mganss)
1112

1213
Without these awesome people AngleSharp.Css could not exist. Thanks to everyone for your contributions! :beers:
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.14.0</Version>
5+
<Version>0.14.1</Version>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)