Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - istanbul-lib-instrument@4.0.0-alpha.2
  • Loading branch information
coreyfarrell committed Nov 1, 2019
1 parent 8f8c88e commit 7c1367b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/istanbul-lib-instrument/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.1...istanbul-lib-instrument@4.0.0-alpha.2) (2019-11-01)


### Bug Fixes

* Produce properly merged source-maps when inputSourceMap is provided ([#487](https://github.com/istanbuljs/istanbuljs/issues/487)) ([8f8c88e](https://github.com/istanbuljs/istanbuljs/commit/8f8c88e3a2add4c08729e41e356aa7981dc69d4d))





# [4.0.0-alpha.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.0...istanbul-lib-instrument@4.0.0-alpha.1) (2019-10-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-lib-instrument/package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul-lib-instrument",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Core istanbul API for JS code coverage",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "dist/index.js",
Expand Down

0 comments on commit 7c1367b

Please sign in to comment.