eslint-plugin-markdown-preferences 0.16.0 → 0.18.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-markdown-preferences",
3
- "version": "0.16.0",
3
+ "version": "0.18.0",
4
4
  "description": "ESLint plugin that enforces our markdown preferences",
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,7 +34,7 @@
34
34
  "ts": "node --import=tsx",
35
35
  "mocha": "npm run ts -- ./node_modules/mocha/bin/mocha.js",
36
36
  "generate:version": "env-cmd -e version -- npm run update && npm run lint -- --fix",
37
- "changeset:version": "changeset version && npm run generate:version && git add --all",
37
+ "changeset:version": "env-cmd -e version -- changeset version && npm run generate:version && git add --all",
38
38
  "changeset:publish": "npm run build && changeset publish"
39
39
  },
40
40
  "repository": {