We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aa606 commit 913a175Copy full SHA for 913a175
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [5.1.0] - 2020-11-19
7
+
8
+### Features
9
10
+- feat: support at-rule versions of `import`/`export`
11
12
## [5.0.0] - 2020-10-12
13
14
### BREAKING CHANGE
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "icss-utils",
- "version": "5.0.0",
+ "version": "5.1.0",
"description": "ICSS utils for postcss ast",
"main": "src/index.js",
"engines": {
0 commit comments