Skip to content

Commit 2ec5c58

Browse files
committed
chore(release): v0.6.1
1 parent 32fcd0b commit 2ec5c58

29 files changed

+110
-40
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)
7+
8+
### Bug Fixes
9+
10+
- **core:** rules do not run when told not to run; closes [#102](https://github.com/ibm/report-toolkit/issues/102) ([61b3b62](https://github.com/ibm/report-toolkit/commit/61b3b6238b2c5a734dffae6359e567a6ca41b0db))
11+
- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))
12+
- **fs:** band-aid for cosmiconfig types disagreement ([c540d85](https://github.com/ibm/report-toolkit/commit/c540d859d94c4e3f3fc1f9c0ddb70e5c83b02d1f))
13+
14+
### Features
15+
16+
- **common:** support for diagnostic reports v2 ([d5a4739](https://github.com/ibm/report-toolkit/commit/d5a47397d5e875f75b27b23c80809038bbffc9c8))
17+
618
# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)
719

820
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.6.0",
6+
"version": "0.6.1",
77
"command": {
88
"publish": {
99
"allowBranch": "master",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)
7+
8+
### Bug Fixes
9+
10+
- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))
11+
612
# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)
713

814
### Bug Fixes

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@report-toolkit/cli",
33
"description": "",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
66
"bin": {
77
"report-toolkit": "dist/report-toolkit-cli.cjs.js"
88
},
99
"dependencies": {
10-
"@report-toolkit/common": "^0.6.0",
11-
"@report-toolkit/core": "^0.6.0",
12-
"@report-toolkit/fs": "^0.6.0",
10+
"@report-toolkit/common": "^0.6.1",
11+
"@report-toolkit/core": "^0.6.1",
12+
"@report-toolkit/fs": "^0.6.1",
1313
"cli-table3": "^0.5.1",
1414
"log-symbols": "^3.0.0",
1515
"strip-ansi": "^6.0.0",

packages/common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)
7+
8+
### Bug Fixes
9+
10+
- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))
11+
12+
### Features
13+
14+
- **common:** support for diagnostic reports v2 ([d5a4739](https://github.com/ibm/report-toolkit/commit/d5a47397d5e875f75b27b23c80809038bbffc9c8))
15+
616
# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)
717

818
### Bug Fixes

packages/common/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@report-toolkit/common",
33
"description": "",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
66
"dependencies": {
77
"debug": "^4.3.1",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)
7+
8+
### Bug Fixes
9+
10+
- **core:** rules do not run when told not to run; closes [#102](https://github.com/ibm/report-toolkit/issues/102) ([61b3b62](https://github.com/ibm/report-toolkit/commit/61b3b6238b2c5a734dffae6359e567a6ca41b0db))
11+
- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))
12+
613
# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)
714

815
### Bug Fixes

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)