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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jul 13, 2017
1 parent 091eded commit d01c8b4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@

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


### Features

* add `options` validation (`schema-utils`) (#65) ([091eded](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/091eded))


### BREAKING CHANGES

* Enforces schema validation ( invalid configuration will throw )



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

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

0 comments on commit d01c8b4

Please sign in to comment.