Skip to content

Commit

Permalink
Merge 13655b0 into 9fbd7c8
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed May 25, 2016
2 parents 9fbd7c8 + 13655b0 commit 6ac3743
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
## Changelog

### v1.1.0-pre.3

**Dredd internally migrates from Protagonist to Fury.js**
- [#495](https://github.com/apiaryio/dredd/pull/495) v1.1.0-pre.3 (@honzajavorek)

### v1.1.0-pre.2

**Fixes of regression bugs**
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "dredd",
"version": "1.1.0-pre.2",
"version": "1.1.0-pre.3",
"description": "HTTP API Testing Framework",
"main": "lib/dredd.js",
"bin": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"async": "^0.9.x",
"chai": "^3.4.1",
"clone": "^1.0.0",
"dredd-transactions": "^0.0.5",
"dredd-transactions": "^1.1.0",
"file": "~0.2.2",
"gavel": "0.5.2",
"glob": "^6.0.1",
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/error-blueprint.apib
@@ -1,2 +1,4 @@
FORMAT: 1A

# My API

1 change: 1 addition & 0 deletions test/unit/handle-runtime-problems-test.coffee
Expand Up @@ -147,6 +147,7 @@ describe('handleRuntimeProblems()', ->
error = undefined

apiDescriptionDocument = '''
FORMAT: 1A
So Long, and Thanks for All the Fish!
'''
filename = 'dummy-filename.apib'
Expand Down

0 comments on commit 6ac3743

Please sign in to comment.