Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 20, 2020
1 parent 10b7e73 commit 2ce0513
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [5.2.1](https://github.com/azu/power-doctest/compare/v5.2.0...v5.2.1) (2020-06-20)


### Bug Fixes

* **power-doctest:** fix error Cannot access 'totalAssertionCount' before initialization ([10b7e73](https://github.com/azu/power-doctest/commit/10b7e737ace75dfb20e7acf769738b798c893b7a))





# [5.2.0](https://github.com/azu/power-doctest/compare/v5.1.3...v5.2.0) (2020-06-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.2.0",
"version": "5.2.1",
"npmClient": "yarn",
"useWorkspaces": true,
"includeMergedTags": true
Expand Down
11 changes: 11 additions & 0 deletions packages/@power-doctest/tester/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [5.2.1](https://github.com/azu/power-doctest-runner/compare/v5.2.0...v5.2.1) (2020-06-20)


### Bug Fixes

* **power-doctest:** fix error Cannot access 'totalAssertionCount' before initialization ([10b7e73](https://github.com/azu/power-doctest-runner/commit/10b7e737ace75dfb20e7acf769738b798c893b7a))





# [5.2.0](https://github.com/azu/power-doctest-runner/compare/v5.1.3...v5.2.0) (2020-06-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/@power-doctest/tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@power-doctest/tester",
"version": "5.2.0",
"version": "5.2.1",
"description": "A Test Runner for A power-doctest.",
"keywords": [
"doctest",
Expand Down
8 changes: 8 additions & 0 deletions packages/power-doctest/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [5.2.1](https://github.com/azu/power-doctest/compare/v5.2.0...v5.2.1) (2020-06-20)

**Note:** Version bump only for package power-doctest





# [5.2.0](https://github.com/azu/power-doctest/compare/v5.1.3...v5.2.0) (2020-06-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/power-doctest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-doctest",
"version": "5.2.0",
"version": "5.2.1",
"description": "A command line tool for power-doctest.",
"keywords": [
"cli",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@power-doctest/asciidoctor": "^5.2.0",
"@power-doctest/javascript": "^5.2.0",
"@power-doctest/markdown": "^5.2.0",
"@power-doctest/tester": "^5.2.0",
"@power-doctest/tester": "^5.2.1",
"meow": "^5.0.0",
"promise.allsettled": "^1.0.1"
},
Expand Down

0 comments on commit 2ce0513

Please sign in to comment.