Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 25, 2019
1 parent 657b1ed commit 9999e1f
Show file tree
Hide file tree
Showing 6 changed files with 37 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.

# [3.2.0](https://github.com/azu/power-doctest/compare/v3.1.1...v3.2.0) (2019-08-25)


### Features

* **markdown:** support `runCodeBlockNode` function ([657b1ed](https://github.com/azu/power-doctest/commit/657b1ed))





## [3.1.1](https://github.com/azu/power-doctest/compare/v3.1.0...v3.1.1) (2019-08-25)


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": "3.1.1",
"version": "3.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"includeMergedTags": true
Expand Down
11 changes: 11 additions & 0 deletions packages/@power-doctest/javascript/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.

# [3.2.0](https://github.com/azu/power-doctest-runner/compare/v3.1.1...v3.2.0) (2019-08-25)


### Features

* **markdown:** support `runCodeBlockNode` function ([657b1ed](https://github.com/azu/power-doctest-runner/commit/657b1ed))





## [3.1.1](https://github.com/azu/power-doctest-runner/compare/v3.1.0...v3.1.1) (2019-08-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/@power-doctest/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@power-doctest/javascript",
"version": "3.1.1",
"version": "3.2.0",
"description": "A power-doctest Runner using for JavaScript.",
"keywords": [
"doctest",
Expand Down
11 changes: 11 additions & 0 deletions packages/@power-doctest/markdown/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.

# [3.2.0](https://github.com/azu/power-doctest/compare/v3.1.1...v3.2.0) (2019-08-25)


### Features

* **markdown:** support `runCodeBlockNode` function ([657b1ed](https://github.com/azu/power-doctest/commit/657b1ed))





## [3.1.1](https://github.com/azu/power-doctest/compare/v3.1.0...v3.1.1) (2019-08-25)

**Note:** Version bump only for package @power-doctest/markdown
Expand Down
4 changes: 2 additions & 2 deletions packages/@power-doctest/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@power-doctest/markdown",
"version": "3.1.1",
"version": "3.2.0",
"description": "A power-doctest Runner using for Markdown.",
"keywords": [
"doctest",
Expand Down Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@power-doctest/javascript": "^3.1.1",
"@power-doctest/javascript": "^3.2.0",
"@types/unist": "^2.0.3",
"promise.allsettled": "^1.0.1",
"remark": "^11.0.1",
Expand Down

0 comments on commit 9999e1f

Please sign in to comment.