Skip to content

Commit a77f4b7

Browse files
committed
7.1.0
1 parent 031fcd5 commit a77f4b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v7.1.0 (2020-08-23)
2+
3+
- [#49](https://github.com/unexpectedjs/unexpected-documentation-site-generator/pull/49) Send the require option directly to evaldown and allow a config file. ([Alex J Burke](mailto:[email protected]))
4+
15
### v7.0.2 (2020-08-23)
26

37
- [#51](https://github.com/unexpectedjs/unexpected-documentation-site-generator/pull/51) Error if no documentation was generated and exit correctly. ([Alex J Burke](mailto:[email protected]))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unexpected-documentation-site-generator",
3-
"version": "7.0.2",
3+
"version": "7.1.0",
44
"description": "Documentation site generator for Unexpected plugins",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)