Skip to content

Commit 5fca842

Browse files
author
Alex Bea
committed
Bumps version and updates changelog
1 parent ed0f5ca commit 5fca842

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ Add the following to `.stylelintrc` in root directory of project.
1212
```
1313

1414
## Changelog
15+
### 1.1.0
16+
- Rules eased, removing the font-weight rule due to our practice of using a Sass function for the property.
17+
1518
### 1.0.0
1619
- Adds "declaration-strict-value," setting rules for variable use in specific properties.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-punkave",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"main": "index.js",
55
"author": "P'unk Ave",
66
"repository": {

0 commit comments

Comments
 (0)