Skip to content

Commit

Permalink
Prepare for release of 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Jun 11, 2020
1 parent fa615f4 commit 7a9d412
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.14.1

Released on Thursday, June 11 2020.

- Fixed issue for representation of `counter()` and `counters()` (#58)
- Fixed parsing of numerical font-weight in font shorthand (#57)
- Updated `ComputeDeclarations` and `ComputeCascadedStyle` to support `IEnumerable<ICssStyleRule>` (#54)

# 0.14.0

Released on Tuesday, April 7 2020.
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ AngleSharp.Css contains code written by (in order of first pull request / commit
* [Michał Kostrzewski](https://github.com/zeaposs)
* [Jochen Kühner](https://github.com/jogibear9988)
* [Tom Hazell](https://github.com/The-Nutty)
* [Michael Ganss](https://github.com/mganss)

Without these awesome people AngleSharp.Css could not exist. Thanks to everyone for your contributions! :beers:

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<PropertyGroup>
<Description>Extends the CSSOM from the core AngleSharp library.</Description>
<Product>AngleSharp.Css</Product>
<Version>0.14.0</Version>
<Version>0.14.1</Version>
</PropertyGroup>
</Project>

0 comments on commit 7a9d412

Please sign in to comment.