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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jul 10, 2017
1 parent 182ce6a commit 5a1c4e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

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.1"></a>
# [3.0.0-beta.1](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2017-07-10)


### Bug Fixes

* use latest API (`loader-utils`) (#61) ([27cf4eb](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/27cf4eb))



<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)

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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul-instrumenter-loader",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Istanbul instrumenter loader for webpack",
"author": "Kir Belevich (@deepsweet)",
"main": "dist/cjs.js",
Expand Down

0 comments on commit 5a1c4e8

Please sign in to comment.