Skip to content

Commit

Permalink
chore: release dredd 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Dec 11, 2019
1 parent 9a37728 commit f49bfd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dredd-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dredd-transactions",
"version": "9.0.6",
"version": "9.1.0",
"description": "Compiles HTTP Transactions (Request-Response pairs) from an API description document",
"main": "index.js",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dredd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dredd",
"version": "12.1.0",
"version": "12.2.0",
"description": "HTTP API Testing Framework",
"main": "build/index.js",
"bin": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"chai": "4.2.0",
"clone": "2.1.2",
"cross-spawn": "7.0.0",
"dredd-transactions": "9.0.6",
"dredd-transactions": "9.1.0",
"gavel": "^8.2.0",
"glob": "7.1.5",
"html": "1.0.0",
Expand Down

0 comments on commit f49bfd3

Please sign in to comment.