Skip to content

Commit

Permalink
7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Jul 9, 2022
1 parent b6a5d43 commit ef8f129
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

3 comments on commit ef8f129

@bmish
Copy link
Collaborator

@bmish bmish commented on ef8f129 Jul 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the recent github releases are missing, can you release those? https://github.com/platinumazure/eslint-plugin-qunit/releases

@platinumazure
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the recent github releases are missing, can you release those? https://github.com/platinumazure/eslint-plugin-qunit/releases

Mind creating an issue for tracking? Thanks!

@bmish
Copy link
Collaborator

@bmish bmish commented on ef8f129 Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #237.

Please sign in to comment.