Skip to content

Commit

Permalink
release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmakes committed Oct 17, 2018
1 parent 00e5b8d commit e19f906
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## [6.1.0] - 2018-10-17

### Added

* More `info` log output. [@lephyrus](https://github.com/lephyrus) [#39](https://github.com/jlmakes/karma-rollup-preprocessor/pull/39)

### Fixed
* Fix caching memory leak. [@lephyrus](https://github.com/lephyrus) [#38](https://github.com/jlmakes/karma-rollup-preprocessor/pull/38)
* Add generated source map to Karma's file object. [@Lalem001](https://github.com/Lalem001) [#38](https://github.com/jlmakes/karma-rollup-preprocessor/pull/37)

## [6.0.1] - 2018-08-14

### Changed
Expand Down Expand Up @@ -166,6 +176,8 @@ A special thanks to [@klaascuvelier](https://github.com/klaascuvelier) who origi

Hello ![heart](http://i.imgur.com/oXJmdtz.gif) World

[6.1.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/6.0.1...6.1.0
[6.0.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/6.0.0...6.0.1
[6.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/5.1.1...6.0.0
[5.1.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/5.1.0...5.1.1
[5.1.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/5.0.3...5.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "karma-rollup-preprocessor",
"version": "6.0.1",
"version": "6.1.0",
"description": "Karma preprocessor to bundle ES2015 modules using Rollup",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit e19f906

Please sign in to comment.