Skip to content

Commit

Permalink
Release 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmakes committed Mar 23, 2020
1 parent d187f6d commit 097e1a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## [7.0.4] - 2020-03-22

### Fixed

Expand Down Expand Up @@ -234,6 +234,7 @@ A special thanks to [@klaascuvelier](https://github.com/klaascuvelier) who origi

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

[7.0.4]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.3...7.0.4
[7.0.3]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.2...7.0.3
[7.0.2]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.0...7.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img src="https://jlmak.es/logos/svg/karma+rollup-logotype.svg" width="200px" alt="Karma + Rollup">
</p>

<p align="center">Karma preprocessor to bundle ES2015 modules using <a href="http://rollupjs.org/">Rollup</a>.</p>
<p align="center">Karma preprocessor to bundle ES modules using <a href="http://rollupjs.org/">Rollup</a>.</p>

<p align="center">
<a href="https://travis-ci.org/jlmakes/karma-rollup-preprocessor">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "karma-rollup-preprocessor",
"version": "7.0.3",
"description": "Karma preprocessor to bundle ES2015 modules using Rollup",
"version": "7.0.4",
"description": "Karma preprocessor to bundle ES modules using Rollup",
"main": "lib/index.js",
"engines": {
"node": ">= 8.0.0"
Expand All @@ -15,6 +15,7 @@
"url": "git://github.com/jlmakes/karma-rollup-preprocessor.git"
},
"keywords": [
"es",
"es2015",
"karma",
"modules",
Expand Down

0 comments on commit 097e1a4

Please sign in to comment.