From ad11f849a2dc2b88b91c1ba4a140ea705cc92dc9 Mon Sep 17 00:00:00 2001 From: Max Davidson Date: Fri, 3 Jan 2020 21:31:17 +0100 Subject: [PATCH] Format changelog with prettier --- CHANGELOG.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c45cf..fcf412a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,64 +2,64 @@ ## 0.5.0 -* Drop support for Node < 8 and make use of ES2017 features -* Switch from Babel to TypeScript -* Remove `jsnext:main` field from package.json +- Drop support for Node < 8 and make use of ES2017 features +- Switch from Babel to TypeScript +- Remove `jsnext:main` field from package.json ## 0.4.2 -* Add the ability to override the `readFile` function -* Switch to `babel-preset-env` +- Add the ability to override the `readFile` function +- Switch to `babel-preset-env` ## 0.4.1 -* Add `module` field to package.json +- Add `module` field to package.json ## 0.4.0 -* Remove async functions, since they require `babel-runtime` on Node 4 +- Remove async functions, since they require `babel-runtime` on Node 4 ## 0.3.7 -* Switch to `babel-preset-latest` +- Switch to `babel-preset-latest` ## 0.3.6 -* Switch to `babel-preset-es2015` +- Switch to `babel-preset-es2015` ## 0.3.5 -* Upgrade internal build process +- Upgrade internal build process ## 0.3.4 -* Add `name` property to plugin object +- Add `name` property to plugin object ## 0.3.3 -* Change incorrect package.json property `js:main` to `jsnext:main` +- Change incorrect package.json property `js:main` to `jsnext:main` ## 0.3.2 -* Include `sourcesContent` in source map +- Include `sourcesContent` in source map ## 0.3.1 -* Fix incorrect lowest compatible version of Rollup +- Fix incorrect lowest compatible version of Rollup ## 0.3.0 -* Rename exported plugin function -* Upgrade internal build process +- Rename exported plugin function +- Upgrade internal build process ## 0.2.0 -* Use `source-map-resolve` for extracting source maps +- Use `source-map-resolve` for extracting source maps ## 0.1.1 -* Fix inline source maps not being detected +- Fix inline source maps not being detected ## 0.1.0 -* First public release 🎉 +- First public release 🎉