From 13b09d0c4191359285646ccfbd0d7f4ef0fd07ff Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Mon, 4 Dec 2023 04:23:13 +0100 Subject: [PATCH] chore(release): 5.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72127a8..7779e0c 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. +## [5.0.1](https://github.com/postcss/postcss-load-config/compare/v5.0.0...v5.0.1) (2022-05-23) + +### Bug Fixes + +* Fixed Windows support ([#256](https://github.com/postcss/postcss-load-config/pull/256)) + ## [5.0](https://github.com/postcss/postcss-load-config/compare/v4.0.2...v5.0.0) (2023-11-20) ### Features diff --git a/package.json b/package.json index 91dcc79..684455e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-load-config", - "version": "5.0.0", + "version": "5.0.1", "description": "Autoload Config for PostCSS", "main": "src/index.js", "types": "src/index.d.ts",