Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - istanbul-api@2.1.5
 - istanbul-reports@2.2.3
  • Loading branch information
coreyfarrell committed Apr 17, 2019
1 parent 28f61de commit d98bbce
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/istanbul-api/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-api@2.1.4...istanbul-api@2.1.5) (2019-04-17)

**Note:** Version bump only for package istanbul-api





## [2.1.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-api@2.1.3...istanbul-api@2.1.4) (2019-04-09)

**Note:** Version bump only for package istanbul-api
Expand Down
4 changes: 2 additions & 2 deletions packages/istanbul-api/package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul-api",
"version": "2.1.4",
"version": "2.1.5",
"description": "High level API for istanbul features",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"istanbul-lib-instrument": "^3.2.0",
"istanbul-lib-report": "^2.0.7",
"istanbul-lib-source-maps": "^3.0.5",
"istanbul-reports": "^2.2.2",
"istanbul-reports": "^2.2.3",
"js-yaml": "^3.13.0",
"make-dir": "^2.1.0",
"minimatch": "^3.0.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/istanbul-reports/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.

## [2.2.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@2.2.2...istanbul-reports@2.2.3) (2019-04-17)


### Bug Fixes

* Initialize cols for HTML report sorting ([#369](https://github.com/istanbuljs/istanbuljs/issues/369)) ([28f61de](https://github.com/istanbuljs/istanbuljs/commit/28f61de))





## [2.2.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@2.2.1...istanbul-reports@2.2.2) (2019-04-09)

**Note:** Version bump only for package istanbul-reports
Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-reports/package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul-reports",
"version": "2.2.2",
"version": "2.2.3",
"description": "istanbul reports",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
Expand Down

0 comments on commit d98bbce

Please sign in to comment.