diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b66b0..ec8ca44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [2.1.0](https://github.com/danielc92/eslint-config-dc/compare/2.0.0...2.1.0) (2023-10-04) + + +### Features + +* added github tokens pattern ([f9dd1bd](https://github.com/danielc92/eslint-config-dc/commit/f9dd1bd78891915f3ad56ff2156dc9bc17cc279b)) +* eliminate some false positives in no-secrets ([70f33ce](https://github.com/danielc92/eslint-config-dc/commit/70f33ce56843b17fbcc4b5f29810a1fe22a2e5ce)) + ## [2.0.0](https://github.com/danielc92/eslint-config-dc/compare/1.18.0...2.0.0) (2023-08-24) diff --git a/package-lock.json b/package-lock.json index a9c4fc2..9c50994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@92green/eslint-config-platypus", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@92green/eslint-config-platypus", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.59.9", diff --git a/package.json b/package.json index 979644c..729d5e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@92green/eslint-config-platypus", - "version": "2.0.0", + "version": "2.1.0", "description": "reusable linting config for eslint", "main": "main.js", "repository": {