Skip to content

Commit

Permalink
Format changelog with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdavidson committed Jan 3, 2020
1 parent d0cde7c commit ad11f84
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🎉

0 comments on commit ad11f84

Please sign in to comment.