From 2df8b4c196cf321d10df5fbb0a14dec7e23bb6a5 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 22 Aug 2017 10:58:55 -0700 Subject: [PATCH] chore(release): 5.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d19248..e78d624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [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)) + + + ## [5.2.1](https://github.com/documentationjs/documentation/compare/v5.2.0...v5.2.1) (2017-08-12) diff --git a/package.json b/package.json index 843b4c2..39b8aa2 100644 --- a/package.json +++ b/package.json @@ -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"