We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16e849 commit dd773d1Copy full SHA for dd773d1
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+## 1.0.3
3
+
4
+- [#5](https://github.com/dmitrytoropchin/doxyjs/issues/5) made type definitions optional
5
6
## 1.0.2
7
8
- fixed file read error message
package.json
@@ -1,6 +1,6 @@
{
"name": "doxyjs",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Converts Javascript into psudo C++ for Doxygen processing",
"main": "index.js",
"author": "Dmitry Toropchin",
0 commit comments