Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jan 10, 2019
1 parent 551ef31 commit e746832
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# rollup-plugin-babel changelog

## 4.3.0

- Added `.custom` builder.
- Fail build when a plugin tries to add non existent babel helper

## 4.2.0

Allow `rollup@1` as peer dependency.

## 4.1.0

- Fixed "preflight check" for ignored files.
- Return `null` when no transformation has been done (fixing source maps for this case)

## 4.0.3

Fixed fallback class transform in "preflight check".

## 4.0.2

Fixed `rollup` peer dependency.

## 4.0.0

Babel 7 compatible! (dropped Babel 6 compatibility though).
Expand Down

0 comments on commit e746832

Please sign in to comment.