From ef8f129eae0a013d936356b47c3d54ff8d577a0e Mon Sep 17 00:00:00 2001 From: Kevin Partington Date: Fri, 8 Jul 2022 22:36:53 -0500 Subject: [PATCH] 7.3.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa50fd35..8bbc1f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 7.3.1 +* Upgrade: Outdated devDependencies (Kevin Partington) +* Build: Add caching to ESLint (#225) (Darius Dzien) +* Fix: incorrectly-used messageId placeholders (#236) (Bryan Mishkin) +* Upgrade: Bump shell-quote from 1.7.2 to 1.7.3 (#235) (dependabot[bot]) + ### 7.3.0 * Docs: Update contributors list (Kevin Partington) * Upgrade: devDependencies (Kevin Partington) diff --git a/package-lock.json b/package-lock.json index ad5b87ac..2b046a62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-qunit", - "version": "7.3.0", + "version": "7.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-qunit", - "version": "7.3.0", + "version": "7.3.1", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 5d191f7d..a059861f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-qunit", - "version": "7.3.0", + "version": "7.3.1", "description": "ESLint plugin containing rules useful for QUnit tests.", "main": "index.js", "scripts": {