From a00cad85aa02020d78106b0656b1d6f19eb56dac Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sun, 2 Jun 2024 21:01:38 +0200 Subject: [PATCH] chore(release): 6.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341c444..47f70d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [6.0.1](https://github.com/postcss/postcss-load-config/compare/v6.0.0...v6.0.1) (2024-06-02) + +### Bug Fixes + +- Fixed bundlers support ([#262](https://github.com/postcss/postcss-load-config/pull/262)) + ## [6.0](https://github.com/postcss/postcss-load-config/compare/v5.1.0...v6.0.0) (2024-06-02) ### BREAKING CHANGES diff --git a/package.json b/package.json index 326d85a..8f9f9c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-load-config", - "version": "6.0.0", + "version": "6.0.1", "description": "Autoload Config for PostCSS", "main": "src/index.js", "types": "src/index.d.ts",