Skip to content

Commit 56d3213

Browse files
committed
roll 0.2.0
1 parent d475abd commit 56d3213

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version 0.2.0, 2018.12.04
2+
3+
* added package-lock.json file to enable "npm audit" [b2ff6af](https://github.com/neocotic/node-native2ascii/commit/b2ff6af)
4+
* moved from !ninja to neocotic [7111853](https://github.com/neocotic/node-native2ascii/commit/7111853)
5+
* modified CI to now target Node.js 8, 10, and 11 [6471d3a](https://github.com/neocotic/node-native2ascii/commit/6471d3a)
6+
* bumped devDependencies [5673ff3](https://github.com/neocotic/node-native2ascii/commit/5673ff3)
7+
* bumped dependencies [40dc1e9](https://github.com/neocotic/node-native2ascii/commit/40dc1e9)
8+
* corrected input/output syntax for API examples [d475abd](https://github.com/neocotic/node-native2ascii/commit/d475abd)
9+
110
## Version 0.1.2, 2018.01.25
211

312
* Move Unicode escape and unescape logic out to new `escape-unicode` and `unescape-unicode` modules respectively

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-native2ascii",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Node.js implementation of Java's Native-to-ASCII Converter",
55
"homepage": "https://github.com/neocotic/node-native2ascii",
66
"bugs": {

0 commit comments

Comments
 (0)