Skip to content

Commit

Permalink
chore(release): update to release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adorade committed Aug 13, 2024
1 parent eb6a3db commit 996f85d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .babelrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): .babelrc.cjs
* Gulp Stylelint (v2.2.0): .babelrc.cjs
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): .eslintrc.cjs
* Gulp Stylelint (v2.2.0): .eslintrc.cjs
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): jest.config.js
* Gulp Stylelint (v2.2.0): jest.config.js
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-stylelint-esm",
"version": "2.1.0",
"version": "2.2.0",
"description": "Gulp plugin for stylelint with ES module support.",
"author": {
"name": "Adorade",
Expand Down
2 changes: 1 addition & 1 deletion src/apply-sourcemap.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): src/apply-sourcemap.mjs
* Gulp Stylelint (v2.2.0): src/apply-sourcemap.mjs
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion src/formatters.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): src/formatters.mjs
* Gulp Stylelint (v2.2.0): src/formatters.mjs
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion src/index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): src/index.mjs
* Gulp Stylelint (v2.2.0): src/index.mjs
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion src/reporter-factory.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): src/reporter-factory.mjs
* Gulp Stylelint (v2.2.0): src/reporter-factory.mjs
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion src/writer.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): src/writer.mjs
* Gulp Stylelint (v2.2.0): src/writer.mjs
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion test/fail.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): test/fail-after-error.test.js
* Gulp Stylelint (v2.2.0): test/fail-after-error.test.js
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion test/formatters.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): test/formatters.test.js
* Gulp Stylelint (v2.2.0): test/formatters.test.js
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): test/index.test.js
* Gulp Stylelint (v2.2.0): test/index.test.js
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion test/reporter-factory.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): test/reporter-factory.test.js
* Gulp Stylelint (v2.2.0): test/reporter-factory.test.js
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion test/sourcemap.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): test/sourcemap.test.js
* Gulp Stylelint (v2.2.0): test/sourcemap.test.js
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion test/writer.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Gulp Stylelint (v2.1.0): test/writer.test.js
* Gulp Stylelint (v2.2.0): test/writer.test.js
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
* License under MIT
* ========================================================================== */
Expand Down

0 comments on commit 996f85d

Please sign in to comment.