Releases: prettier-solidity/prettier-plugin-solidity
Releases · prettier-solidity/prettier-plugin-solidity
v1.0.0-beta.13
Description
In v1.0.0-beta.12 we used a new feature provided by prettier 2.3.0
that allowed us to simplify our codebase drastically. However Prettier was declared as a dependency, thus nom did not enforce the installation of prettier v2.3.0
in existing projects. By declaring it as a peerDependency we hope to warn developers of the new requirement.