From 913a175f0cc2d70fad80b6190e9dce122454a0e0 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Thu, 19 Nov 2020 19:22:21 +0300 Subject: [PATCH] chore(release): 5.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cab699..b038454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.1.0] - 2020-11-19 + +### Features + +- feat: support at-rule versions of `import`/`export` + ## [5.0.0] - 2020-10-12 ### BREAKING CHANGE diff --git a/package.json b/package.json index 635538a..3885aac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icss-utils", - "version": "5.0.0", + "version": "5.1.0", "description": "ICSS utils for postcss ast", "main": "src/index.js", "engines": {