Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #170 from Comandeer/t/169
Browse files Browse the repository at this point in the history
Remove support for Node 6
  • Loading branch information
Comandeer committed Jun 29, 2019
2 parents d9900c6 + 5cd005b commit 24229df
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "6.0.0"
"node": "8.0.0"
}
}
]
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,9 +7,8 @@ node_js:
- 12
- 10
- 8
- 6
install:
- npm install
- npm install --global npx
script: npm test
after_success: if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run coverage; fi
after_success: npm run coverage
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

---

## [8.1.0]
## [9.0.0] – 2019-06-29
### Added
* [#159] Support for Node 12.

### Removed
* [#169] **BREAKING CHANGE**: support for Node 6.

## [8.0.0] – 2019-03-08
### Fixed
* [#146] Banner is outputted twice.
Expand Down Expand Up @@ -177,8 +180,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[#144]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/144
[#146]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/146
[#159]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/159
[#169]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/169

[8.1.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v8.0.0...v8.1.0
[9.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v8.0.0...v9.0.0
[8.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v7.0.0...v8.0.0
[7.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.2.0...v7.0.0
[6.2.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.1.1...v6.2.0
Expand Down

0 comments on commit 24229df

Please sign in to comment.