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

Commit

Permalink
chore(release): 3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jun 8, 2017
1 parent a55fedf commit 4ddcafc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.0-beta.0"></a>
# [3.0.0-beta.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v2.0.0...v3.0.0-beta.0) (2017-06-08)


### Code Refactoring

* upgrade to webpack-defaults (#51) ([b46a5c8](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/b46a5c8))


### BREAKING CHANGES

* Enforces Webpack standard NodeJS engines range.
at the time of merge `>= 4.3 < 5.0.0 || >= 5.10`.
* Upgrades loader-utils to 1.1.0 which has a minimum NodeJS version of 4.



# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istanbul-instrumenter-loader",
"version": "2.0.0",
"version": "3.0.0-beta.0",
"description": "Istanbul instrumenter loader for webpack",
"author": "Kir Belevich (@deepsweet)",
"main": "dist/cjs.js",
Expand Down

0 comments on commit 4ddcafc

Please sign in to comment.