diff --git a/CHANGELOG.md b/CHANGELOG.md index 21811be..cb1d3df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the prettier-plugin-erb will be documented in this file. -## Unreleased +## v0.2.0 - 25 May 2021 ### Features @@ -16,6 +16,6 @@ All notable changes to the prettier-plugin-erb will be documented in this file. - Fix formatting of singline and multiline comments - Specify prettier version to be lowar than 2.3 -## v.0.1.0 - 7 February 2021 +## v0.1.0 - 7 February 2021 Initial release diff --git a/package.json b/package.json index e72d80c..1471fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-erb", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "description": "Prettier plugin for .html.erb files", "repository": {