chore(release): 12.1.1

This commit is contained in:
Tom MacWright 2019-08-01 15:38:49 -07:00
parent 27a29be207
commit 29c19ffc5d
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
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.
<a name="12.1.1"></a>
## [12.1.1](https://github.com/documentationjs/documentation/compare/v12.1.0...v12.1.1) (2019-08-01)
### Bug Fixes
* Git submodule support for repo names with a dot ([#1271](https://github.com/documentationjs/documentation/issues/1271)) ([27a29be](https://github.com/documentationjs/documentation/commit/27a29be))
<a name="12.1.0"></a>
# [12.1.0](https://github.com/documentationjs/documentation/compare/v12.0.3...v12.1.0) (2019-07-31)

View File

@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
"version": "12.1.0",
"version": "12.1.1",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"