Skip to content

Commit 0f1a1a0

Browse files
committed
version 1.2.0
1 parent 0a458d9 commit 0f1a1a0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## 1.2.0
3+
4+
- using babel for package building
5+
26
## 1.1.0
37

48
- [#1](https://github.com/dmitrytoropchin/doxyjs/issues/1) added support for file documentation

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Or via [`yarn`](https://yarnpkg.com/en/package/doxyjs):
1616
yarn global add doxyjs
1717
```
1818

19-
**You’ll need to have Node >= 7 on your machine**. You can use [nvm](https://github.com/creationix/nvm#usage) or [ndenv](https://github.com/riywo/ndenv) to easily switch Node versions between different projects.
20-
2119
## Usage
2220

2321
### CLI

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doxyjs",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Converts Javascript into psudo C++ for Doxygen",
55
"main": "index.js",
66
"author": "Dmitry Toropchin",

0 commit comments

Comments
 (0)