From 5eb373ad245e8c1c1e2772fd12de9ac12e305a4a Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Wed, 13 Jul 2016 20:19:50 -0400 Subject: [PATCH] Updating utilities --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f335680..181b3555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # HEAD +# 1.2.0 + +- Updating dependency for stylelint@7.0.0 + # 1.1.0 * Updated: Using updated primer-utilities module to pull classes in through exports diff --git a/package.json b/package.json index 06d65aff..beae7eb2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/primer/stylelint-selector-no-utility#readme", "dependencies": { - "primer-utilities": "^0.3.0", + "primer-utilities": "^0.4.0", "stylelint": "^7.0.0" }, "devDependencies": {