Skip to content

Commit f257a07

Browse files
committed
Version update
1 parent f637153 commit f257a07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CHANGELOG
2+
## 0.8.9
3+
### Minor
4+
- Replaced how JSON document scanning worked so it works with other plugins
25
## 0.7.9
36
### Minor
47
- Add support for linting comments

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-no-secrets",
3-
"version": "0.8.10",
3+
"version": "0.8.9",
44
"description": "An eslint rule that searches for potential secrets/keys in code",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)