Skip to content

Commit 78c6a5a

Browse files
committedJun 4, 2020
chore(release): 13.0.1
1 parent 5f55bb4 commit 78c6a5a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

‎CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [13.0.1](https://github.com/documentationjs/documentation/compare/v13.0.0...v13.0.1) (2020-06-04)
6+
7+
8+
### Bug Fixes
9+
10+
* 🐛 Error with flow opaque type and readme command ([78db9a4](https://github.com/documentationjs/documentation/commit/78db9a443a65bbe8ff202083351655e0cfa60004)), closes [#1322](https://github.com/documentationjs/documentation/issues/1322)
11+
* 🐛 Fixes an issue when using object spread and $Exact ([106945c](https://github.com/documentationjs/documentation/commit/106945c6354f0b70335adf737c7b7fa296952cc3)), closes [#1324](https://github.com/documentationjs/documentation/issues/1324)
12+
513
<a name="13.0.0"></a>
614
# [13.0.0](https://github.com/documentationjs/documentation/compare/v12.3.0...v13.0.0) (2020-05-09)
715

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "documentation",
33
"description": "a documentation generator",
4-
"version": "13.0.0",
4+
"version": "13.0.1",
55
"author": "Tom MacWright",
66
"homepage": "https://documentation.js.org",
77
"bin": {

0 commit comments

Comments
 (0)
Please sign in to comment.