Skip to content

Commit 31668fb

Browse files
committed
Updated version
1 parent edd46ba commit 31668fb

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.15.1
2+
3+
Release on (tbd)
4+
5+
- Extended values for the `width` declaration (#69)
6+
17
# 0.15.0
28

39
Released on Thursday, April 22 2021.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ AngleSharp.Css contains code written by (in order of first pull request / commit
99
* [Jochen Kühner](https://github.com/jogibear9988)
1010
* [Tom Hazell](https://github.com/The-Nutty)
1111
* [Michael Ganss](https://github.com/mganss)
12+
* [Gérald Barré](https://github.com/meziantou)
1213

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

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.15.0</Version>
5+
<Version>0.15.1</Version>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)