Skip to content

Commit c7b328e

Browse files
committed
chore(release): 2.1.0
1 parent 17ffcbe commit c7b328e

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [2.1.0](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.1.0-beta.0...v2.1.0) (2025-06-18)
6+
7+
8+
### Build System
9+
10+
* bump @eslint/js from 8.57.0 to 9.1.1 ([bf2f07d](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/bf2f07dce551ff1712ec7854731b6f9bb2edacc9))
11+
* **npm:** replace standard-version with commit-and-tag-version ([a2dbe2f](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/a2dbe2fc67e2845f81cc12cda5dcff598976a801))
12+
* **npm:** update husky hooks ([17ffcbe](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/17ffcbe3cd620bbdf93c3c49462ba9cd606dd8c0))
413

514
## [2.1.0-beta.0](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.0.3...v2.1.0-beta.0) (2024-04-02)
615

dist/cjs/index.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ var drupalGlobals = {
275275
};
276276

277277
// Set up common variables.
278-
const __filename$2 = url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));
278+
const __filename$2 = url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));
279279
const __dirname$2 = path.dirname(__filename$2);
280280

281281
// Create a new FlatCompat instance.
@@ -335,7 +335,7 @@ var flatRecommended = [
335335
];
336336

337337
// Set up common variables.
338-
const __filename$1 = url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));
338+
const __filename$1 = url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));
339339
const __dirname$1 = path.dirname(__filename$1);
340340

341341
// Create a new FlatCompat instance.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-drupal-contrib",
3-
"version": "2.1.0-beta.0",
3+
"version": "2.1.0",
44
"description": "An ESLint plugin to match the Drupal standard for contrib modules and themes.",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)