Skip to content

Commit

Permalink
chore(release): 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 8, 2024
1 parent 6590528 commit 8655230
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,13 +2,19 @@

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.2](https://github.com/postcss/postcss-load-config/compare/v5.0.1...v5.0.2) (2022-05-23)
## [5.0.3](https://github.com/postcss/postcss-load-config/compare/v5.0.2...v5.0.3) (2024-02-08)

### Bug Fixes

* Fixed update of ESM configs ([#259](https://github.com/postcss/postcss-load-config/pull/259))

## [5.0.2](https://github.com/postcss/postcss-load-config/compare/v5.0.1...v5.0.2) (2023-05-23)

### Bug Fixes

* Fixed `__require` name conflict ([#257](https://github.com/postcss/postcss-load-config/pull/257))

## [5.0.1](https://github.com/postcss/postcss-load-config/compare/v5.0.0...v5.0.1) (2022-05-23)
## [5.0.1](https://github.com/postcss/postcss-load-config/compare/v5.0.0...v5.0.1) (2023-05-23)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-load-config",
"version": "5.0.2",
"version": "5.0.3",
"description": "Autoload Config for PostCSS",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 8655230

Please sign in to comment.