diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b5106..0166770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0](https://github.com/fluid-project/stylelint-config-fluid/compare/0.2.0...v1.0.0) (2022-10-25) + + +### ⚠ BREAKING CHANGES + +* update dependencies (Q4 2022) + +### Features + +* update dependencies (Q4 2022) ([b2fcccb](https://github.com/fluid-project/stylelint-config-fluid/commit/b2fcccbd2bc04075724258cc32424c40780dff49)) + ### [0.2.1](https://github.com/fluid-project/stylelint-config-fluid/compare/0.2.0...0.2.1) (2021-05-04) ## [0.2.0](https://github.com/fluid-project/stylelint-config-fluid/compare/0.1.0...0.2.0) (2021-04-16) diff --git a/package-lock.json b/package-lock.json index d54d352..304b22c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-config-fluid", - "version": "0.3.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-config-fluid", - "version": "0.3.0", + "version": "1.0.0", "license": "BSD-3-Clause", "dependencies": { "stylelint": "14.14.0", diff --git a/package.json b/package.json index 74aa646..471d922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-fluid", - "version": "0.3.0", + "version": "1.0.0", "description": "Shareable Stylelint configuration for the Fluid Project.", "main": "index.js", "scripts": {