Skip to content

Commit 2c2a4af

Browse files
feat: increment version to 2.1.1
1 parent b76aca6 commit 2c2a4af

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.1 - 2022-11-30
7+
### Fixed
8+
- Upgraded dependencies.
9+
610
## 2.1.0 - 2022-11-30
711
### Added
812
- Adds the possibility to define layer parameters to the import rule, thanks to @argyleink. See issue #3

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.1.0",
3+
"version": "2.1.1",
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)