Skip to content

Commit c70f9b1

Browse files
author
Janneke Janssen
committed
Updated changelog and version bump
1 parent 9166c5b commit c70f9b1

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.2.0
2+
3+
* Always use single quotes instead of double quotes.
4+
* Update handling of value-list new lines and spacing.
5+
16
# 0.1.3
27

38
* Set browserhacks to true

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-lukkien",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Lukkien config for stylelint",
55
"main": "index.js",
66
"scripts": {
@@ -24,10 +24,10 @@
2424
},
2525
"homepage": "https://github.com/LUKKIEN/stylelint-config-lukkien#readme",
2626
"devDependencies": {
27-
"eslint": "^3.7.0",
27+
"eslint": "^3.8.1",
2828
"eslint-config-stylelint": "^5.0.0",
2929
"npmpub": "^3.1.0",
30-
"stylelint": "^7.3.1"
30+
"stylelint": "^7.5.0"
3131
},
3232
"eslintConfig": {
3333
"extends": [

0 commit comments

Comments
 (0)