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-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jul 12, 2017
1 parent 691b565 commit 4525107
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-rc.0"></a>
# [3.0.0-rc.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0-beta.1...v3.0.0-rc.0) (2017-07-12)


### Bug Fixes

* **index:** correct loader sourcemaps usage (#67) ([691b565](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/691b565))



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

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.1",
"version": "3.0.0-rc.0",
"description": "Istanbul instrumenter loader for webpack",
"author": "Kir Belevich (@deepsweet)",
"main": "dist/cjs.js",
Expand Down

0 comments on commit 4525107

Please sign in to comment.