You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 5.1.0 [skip ci]
# [5.1.0](v5.0.1...v5.1.0) (2020-05-26)
### Features
* unique placeholders for each match ([#83](#83)) ([5e61f0c](5e61f0c))
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.3...v5.0.0) (2020-03-05)
### Features
* Add support for ECMAScript modules ([#69](#69)) ([6034f23](6034f23))
### BREAKING CHANGES
* The extract-loader now uses Babel to transpile the bundle code for the current Node version. This is required in order to support the new file-loader which produces ECMAScript modules. This *should not* be a breaking change but since Babel is also known to be kind of brittle in regards of configuration we cannot guarantee that there might be unknown/unwanted side-effects in your project setup.
chore(release): 4.0.3 [skip ci]
## [4.0.3](v4.0.2...v4.0.3) (2020-01-29)
### Bug Fixes
* explicit build before release since prePublishOnly does not run ([83299e9](83299e9))