Skip to content

Commit 4e3fc35

Browse files
committed
chore(release): 3.0.0
1 parent 5cf8d8e commit 4e3fc35

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+
## [3.0.0](https://github.com/postcss/postcss-load-config/compare/v2.1.2...v3.0.0) (2020-09-26)
6+
7+
### Features
8+
9+
* **src/index:** Add `.cjs` config support.
10+
11+
12+
### BREAKING CHANGES
13+
14+
* **package:** requires `node >= v10.0.0`
15+
516
## [2.1.2](https://github.com/michael-ciniawsky/postcss-load-config/compare/v2.1.1...v2.1.2) (2020-09-26)
617

718

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": "2.1.2",
3+
"version": "3.0.0",
44
"description": "Autoload Config for PostCSS",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)