Skip to content

Commit 3625087

Browse files
1.0.1
1 parent ce9c01c commit 3625087

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
## Unreleased
1212
| Hash | Date | Author | Changes |
1313
|------|------|--------|---------|
14+
| ce9c01c | 2021-04-20 | Chris Schubert | Fixing issue with package version |
1415
| ba89abf | 2021-04-20 | Chris Schubert | Fixing incorrect scripts path |
1516
| 669a06e | 2021-04-20 | Chris Schubert | Update readme.md |
1617
| 6c8389a | 2021-04-20 | Chris Schubert | Updating docs for first Appalachia Interactive publish |

RELEASELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
```
99

1010

11-
# 0.2.0
11+
# 1.0.1
1212
| Hash | Date | Author | Changes |
1313
|------|------|--------|---------|
14+
| ce9c01c | 2021-04-20 | Chris Schubert | Fixing issue with package version |
1415
| ba89abf | 2021-04-20 | Chris Schubert | Fixing incorrect scripts path |
1516
| 669a06e | 2021-04-20 | Chris Schubert | Update readme.md |
1617
| 6c8389a | 2021-04-20 | Chris Schubert | Updating docs for first Appalachia Interactive publish |

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
@@ -2,7 +2,7 @@
22
"name": "com.appalachia.node.html-diff",
33
"private": true,
44
"displayName": "Appalachia Interactive HTML-diff",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"description": "Generate colorized HTML diffs. Useful for tracking changes to Apache-licensed repositories.",
77
"keywords": [
88
"Scripts",

0 commit comments

Comments
 (0)