Skip to content

Commit 16a5311

Browse files
feat: increment version to 2.1.1
1 parent b76aca6 commit 16a5311

File tree

3 files changed

+7
-52
lines changed

3 files changed

+7
-52
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-lock.json

Lines changed: 2 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
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",
@@ -22,7 +22,6 @@
2222
},
2323
"homepage": "https://github.com/dimitrinicolas/postcss-import-ext-glob",
2424
"scripts": {
25-
"publish": "clean-publish --files .nyc_output coverage fixtures",
2625
"lint": "eslint **/*.js",
2726
"test": "nyc --reporter=lcov --reporter=text ava",
2827
"coverage": "nyc report --reporter=text-lcov | coveralls",
@@ -37,7 +36,6 @@
3736
"ava": "^5.1.0",
3837
"ava-postcss-tester": "^1.1.1",
3938
"babel-eslint": "^10.1.0",
40-
"clean-publish": "^4.0.1",
4139
"coveralls": "^3.1.1",
4240
"eslint": "^8.28.0",
4341
"nodemon": "^2.0.20",

0 commit comments

Comments
 (0)