Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit c0011ca

Browse files
committed
1.0.7
1 parent 00a554b commit c0011ca

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog
22

3+
### v1.0.7
4+
5+
**Latest Protagonist**
6+
- [#399](https://github.com/apiaryio/dredd/pull/399) Pinned Protagonist to 1.2.6. (@honzajavorek)
7+
8+
**Bug fixes**
9+
- [#406](https://github.com/apiaryio/dredd/pull/406) Hotfix of setCommandAndCheckForExecutables (@honzajavorek)
10+
- [#407](https://github.com/apiaryio/dredd/pull/407) Fixing apiary reporter (@honzajavorek, @netmilk)
11+
312
### v1.0.6
413

514
**Huge refactoring of hooks handler and related logic**
@@ -15,7 +24,7 @@
1524
- [#398](https://github.com/apiaryio/dredd/pull/398) Babel support documentation (@netmilk)
1625
- [#396](https://github.com/apiaryio/dredd/pull/396) Add permalinks to headings (@smizell)
1726
- [#397](https://github.com/apiaryio/dredd/pull/397) Fix 404 CHANGELOG link (@smizell)
18-
- [#400](https://github.com/apiaryio/dredd/pull/400) Readme & Doc improvement (@netmilk & @honzajavorek)
27+
- [#400](https://github.com/apiaryio/dredd/pull/400) Readme & Doc improvement (@netmilk, @honzajavorek)
1928

2029
### v1.0.5
2130

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dredd",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "HTTP API Testing Framework",
55
"main": "lib/dredd.js",
66
"bin": {

0 commit comments

Comments
 (0)