Skip to content

Commit ee1e160

Browse files
committed
chore(release): 3.1.4
1 parent 7aa5c51 commit ee1e160

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
## [3.1.4](https://github.com/postcss/postcss-load-config/compare/v3.1.3...v3.1.4) (2022-03-29)
6+
7+
### Bug Fixes
8+
9+
* **deps:** Add `postcss` to optional peer dependencies to fix types ([#233](https://github.com/postcss/postcss-load-config/pull/233))
10+
511
## [3.1.3](https://github.com/postcss/postcss-load-config/compare/v3.1.2...v3.1.3) (2022-01-02)
612

713
### Bug Fixes
@@ -14,7 +20,6 @@ All notable changes to this project will be documented in this file. See [standa
1420

1521
* **src/index:** Load plugins from PostCSS config location instead of current working directory ([#229](https://github.com/postcss/postcss-load-config/pull/229))
1622

17-
1823
## [3.1.1](https://github.com/postcss/postcss-load-config/compare/v3.1.0...v3.1.1) (2022-01-02)
1924

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

0 commit comments

Comments
 (0)