eslint-plugin-jsdoc 50.6.8 → 50.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -161,5 +161,5 @@
161
161
  "test-cov": "cross-env TIMING=1 c8 --reporter text npm run test-no-cov",
162
162
  "test-index": "npm run test-no-cov -- test/rules/index.js"
163
163
  },
164
- "version": "50.6.8"
164
+ "version": "50.6.9"
165
165
  }