sandbox/npm/prettier-config/CHANGELOG.md
Yongmin Hong b495028e8f
npm(prettier-config): double-declare prettier xml plugin
Summary:
Fixes T180. Quick hack, I guess. Following ../eslint-config by using deps not devDeps.

patch version bump for not adding/removing pkgs per se.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: land, update prettier pkg and do prettier commands.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Tags: #npm

Maniphest Tasks: T180

Differential Revision: https://issuetracker.revi.xyz/D480
2024-07-01 14:35:30 +09:00

27 lines
577 B
Markdown

# `@revi/prettier-config` changelog
Pre-`v0.1.0` changelog is not available.
New entry is listed at the top, and old logs may get truncated.
Version bump criteria follows:
- major: When the plugin is removed.
- minor: When the plugin is added.
- patch: When the rule is modified (without plugin addition/removal).
## v0.1.1
### Fix
- Added `@prettier/plugin-xml` to peerDependency to unbreak prettier error. ([T180](https://revi.xyz/t/180))
## v0.1.0
### New plugin
- [@prettier/plugin-xml](https://github.com/prettier/plugin-xml)
### New rules
- plugin-xml rules.