From e84135042531181c8c9aaea5db2b8df9339ee28b Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 16 Dec 2023 00:03:14 +0800 Subject: [PATCH] chore: release v1.0.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63dfdc4..c04be12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.2](https://github.com/stylelint-types/stylelint-define-config/compare/v1.0.1...v1.0.2) (2023-12-15) + + +### Performance Improvements + +* export Rules types ([9be13fa](https://github.com/stylelint-types/stylelint-define-config/commit/9be13fae6912456b5af3f5cf865b98040303848a)) + + + ## [1.0.1](https://github.com/stylelint-types/stylelint-define-config/compare/v1.0.0...v1.0.1) (2023-12-12) diff --git a/package.json b/package.json index 6865818..11aa441 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stylelint-define-config", "type": "module", - "version": "1.0.1", + "version": "1.0.2", "packageManager": "pnpm@8.11.0", "description": "Provide a defineConfig function for stylelint.config.js files", "author": "pengzhanbo (https://github.com/pengzhanbo)",