Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - istanbul-lib-source-maps@4.0.0-alpha.2
  • Loading branch information
coreyfarrell committed Oct 9, 2019
1 parent f8ebbc9 commit a8b3557
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/istanbul-lib-source-maps/CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
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-source-maps@4.0.0-alpha.1...istanbul-lib-source-maps@4.0.0-alpha.2) (2019-10-09)


### Features

* Convert to async API ([#489](https://github.com/istanbuljs/istanbuljs/issues/489)) ([f8ebbc9](https://github.com/istanbuljs/istanbuljs/commit/f8ebbc9))


### BREAKING CHANGES

* MapStore#transformCoverage is now async and returns a
the coverage data only. The `sourceFinder` method is now async and
provided directly on the `MapStore` instance.





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


Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-lib-source-maps/package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul-lib-source-maps",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Source maps support for istanbul",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
Expand Down

0 comments on commit a8b3557

Please sign in to comment.