Skip to content

Commit 5d8c80d

Browse files
committed
chore(release): 5.0.2
1 parent b619a08 commit 5d8c80d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [5.0.2](https://github.com/postcss/postcss-load-config/compare/v5.0.1...v5.0.2) (2022-05-23)
6+
7+
### Bug Fixes
8+
9+
* Fixed `__require` name conflict ([#257](https://github.com/postcss/postcss-load-config/pull/257))
10+
511
## [5.0.1](https://github.com/postcss/postcss-load-config/compare/v5.0.0...v5.0.1) (2022-05-23)
612

713
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-load-config",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Autoload Config for PostCSS",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)