eslint-plugin-jsdoc 52.0.2 → 52.0.4

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
@@ -154,5 +154,5 @@
154
154
  "test-cov": "TIMING=1 c8 --reporter text pnpm run test-no-cov",
155
155
  "test-index": "pnpm run test-no-cov test/rules/index.js"
156
156
  },
157
- "version": "52.0.2"
157
+ "version": "52.0.4"
158
158
  }