From 59ae7e854ed774ceaa6cd86e9fd1838074bcde3c Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Mon, 8 Jan 2024 12:03:37 +0000 Subject: [PATCH] Bump version to 2.0.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47064e4..8f082c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 2.0.0 This release upgrades to Stylelint 16 and [removes rules deprecated in Stylelint 15](#breaking-change-removal-of-stylistic-rules) diff --git a/package-lock.json b/package-lock.json index 88ada52..2e395cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-config-gds", - "version": "1.1.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stylelint-config-gds", - "version": "1.1.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "stylelint-config-standard": "^36.0.0", diff --git a/package.json b/package.json index 7330ef9..7cf77ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-gds", - "version": "1.1.1", + "version": "2.0.0", "description": "A Stylelint configuration for the UK Government Digital Service.", "main": "scss.js", "scripts": {