chore(release): 5.2.2

This commit is contained in:
Tom MacWright 2017-08-22 10:58:55 -07:00
parent 64a057369e
commit 2df8b4c196
No known key found for this signature in database
GPG Key ID: 3E7BD5F5BA0CEB5F
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="5.2.2"></a>
## [5.2.2](https://github.com/documentationjs/documentation/compare/v5.2.1...v5.2.2) (2017-08-22)
### Bug Fixes
* **$compile:** prevent babel from transpiling non-module scripts in default_theme's assets ([1286a1f](https://github.com/documentationjs/documentation/commit/1286a1f))
<a name="5.2.1"></a>
## [5.2.1](https://github.com/documentationjs/documentation/compare/v5.2.0...v5.2.1) (2017-08-12)

View File

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