Skip to content

Commit ef8f129

Browse files
committed
7.3.1
1 parent b6a5d43 commit ef8f129

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 7.3.1
2+
* Upgrade: Outdated devDependencies (Kevin Partington)
3+
* Build: Add caching to ESLint (#225) (Darius Dzien)
4+
* Fix: incorrectly-used messageId placeholders (#236) (Bryan Mishkin)
5+
* Upgrade: Bump shell-quote from 1.7.2 to 1.7.3 (#235) (dependabot[bot])
6+
17
### 7.3.0
28
* Docs: Update contributors list (Kevin Partington)
39
* Upgrade: devDependencies (Kevin Partington)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-qunit",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "ESLint plugin containing rules useful for QUnit tests.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)