Skip to content

Commit fb15741

Browse files
feat: increment version
1 parent 71d05e1 commit fb15741

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This project adheres to
44
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## 2.1.0 - 2022-11-30
7+
### Added
8+
- Adds the possibility to define layer parameters to the import rule, thanks to @argyleink. See issue #3
9+
610
## 2.0.1 - 2021-01-31
711
### Fixed
812
- Fixed an issue with glob path when running on Windows.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import-ext-glob",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A PostCSS plugin to extend postcss-import path resolver to allow glob usage as path",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)