Skip to content

Commit de48092

Browse files
committed
chore(release): 5.0.0
1 parent 5b373ff commit de48092

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
<a name="5.0.0"></a>
6+
# [5.0.0](https://github.com/documentationjs/documentation/compare/v4.0.0...v5.0.0) (2017-07-27)
7+
8+
9+
### Reverts
10+
11+
* **polyglot:** Remove polyglot mode ([5b373ff](https://github.com/documentationjs/documentation/commit/5b373ff)), closes [#850](https://github.com/documentationjs/documentation/issues/850) [#731](https://github.com/documentationjs/documentation/issues/731) [#702](https://github.com/documentationjs/documentation/issues/702) [#132](https://github.com/documentationjs/documentation/issues/132)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **polyglot:** I'd like to still support C++ and other languages in the future! But I'm much
17+
happier doing so by separating the extraction & input phases to the degree that documentation.js can
18+
read the output of another module that extracts JSDoc comments from C++ code, rather than having CPP
19+
support in it.
20+
21+
22+
523
<a name="4.0.0"></a>
624
# [4.0.0](https://github.com/documentationjs/documentation/compare/v4.0.0-rc.1...v4.0.0) (2017-07-27)
725

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": "4.0.0",
4+
"version": "5.0.0",
55
"author": "Tom MacWright",
66
"bin": {
77
"documentation": "./bin/documentation.js"

0 commit comments

Comments
 (0)