Skip to content

Commit 913a175

Browse files
chore(release): 5.1.0
1 parent 78aa606 commit 913a175

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [5.1.0] - 2020-11-19
7+
8+
### Features
9+
10+
- feat: support at-rule versions of `import`/`export`
11+
612
## [5.0.0] - 2020-10-12
713

814
### BREAKING CHANGE

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "icss-utils",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "ICSS utils for postcss ast",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)