Skip to content

Commit c03d8f4

Browse files
committed
chore(release): 5.0.0
1 parent 1928df0 commit c03d8f4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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](https://github.com/postcss/postcss-load-config/compare/v4.0.2...v5.0.0) (2023-11-20)
6+
7+
### Features
8+
9+
* Added ESM support for TypeScript config ([#249](https://github.com/postcss/postcss-load-config/pull/249))
10+
* Added ESM and TypeScript plugins support from JSON config ([#254](https://github.com/postcss/postcss-load-config/pull/254))
11+
12+
### BREAKING CHANGES
13+
14+
* Dropped Node.js 16 & 14 support.
15+
516
## [4.0.2](https://github.com/postcss/postcss-load-config/compare/v4.0.1...v4.0.2) (2023-11-20)
617

718
### 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": "4.0.2",
3+
"version": "5.0.0",
44
"description": "Autoload Config for PostCSS",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)