Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 1, 2023
1 parent 1928df0 commit c03d8f4
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.

## [5.0](https://github.com/postcss/postcss-load-config/compare/v4.0.2...v5.0.0) (2023-11-20)

### Features

* Added ESM support for TypeScript config ([#249](https://github.com/postcss/postcss-load-config/pull/249))
* Added ESM and TypeScript plugins support from JSON config ([#254](https://github.com/postcss/postcss-load-config/pull/254))

### BREAKING CHANGES

* Dropped Node.js 16 & 14 support.

## [4.0.2](https://github.com/postcss/postcss-load-config/compare/v4.0.1...v4.0.2) (2023-11-20)

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

0 comments on commit c03d8f4

Please sign in to comment.