Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 23, 2022
1 parent 5157673 commit e72f6d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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.

## [4.0](https://github.com/postcss/postcss-load-config/compare/v3.1.4...v4.0.0) (2022-05-23)

### Features

* Added support for ESM configs ([#234](https://github.com/postcss/postcss-load-config/pull/234))

### BREAKING CHANGES

* Dropped sync API.
* Dropped Node.js 12 & 10 support.

## [3.1.4](https://github.com/postcss/postcss-load-config/compare/v3.1.3...v3.1.4) (2022-03-29)

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

0 comments on commit e72f6d0

Please sign in to comment.