From 3b9f4fcabd5d0af303b7117e91a74c9e75e4829c Mon Sep 17 00:00:00 2001 From: Greg van Brug Date: Mon, 3 Oct 2022 10:38:24 -0400 Subject: [PATCH] release 2.0.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f354f10..f36dedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [2.0.0] - 2022-10-03 ## Added diff --git a/package.json b/package.json index ee635b1..c65dac1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-apostrophe", - "version": "1.1.0", + "version": "2.0.0", "description": "stylelint configuration for apostrophe and related core modules", "main": "index.js", "scripts": {