Skip to content

Commit 62d325c

Browse files
committed
chore(release): 5.1.0
1 parent 4297b75 commit 62d325c

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.1.0](https://github.com/postcss/postcss-load-config/compare/v5.0.3...v5.1.0) (2024-05-01)
6+
7+
### Features
8+
9+
* Allow to use `tsx` for TypeScript support ([#260](https://github.com/postcss/postcss-load-config/pull/260))
10+
511
## [5.0.3](https://github.com/postcss/postcss-load-config/compare/v5.0.2...v5.0.3) (2024-02-08)
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.3",
3+
"version": "5.1.0",
44
"description": "Autoload Config for PostCSS",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)