Skip to content

Commit 8f0d007

Browse files
1.0.2
1 parent fc7d190 commit 8f0d007

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
## Unreleased
1212
| Hash | Date | Author | Changes |
1313
|------|------|--------|---------|
14+
| fc7d190 | 2021-04-20 | Chris Schubert | Removing private identifier from package.json for internal publish |
15+
16+
17+
## Tag: v1.0.1
18+
| Hash | Date | Author | Changes |
19+
|------|------|--------|---------|
20+
| 3625087 | 2021-04-20 | Chris Schubert | 1.0.1 |
1421
| ce9c01c | 2021-04-20 | Chris Schubert | Fixing issue with package version |
1522
| ba89abf | 2021-04-20 | Chris Schubert | Fixing incorrect scripts path |
1623
| 669a06e | 2021-04-20 | Chris Schubert | Update readme.md |

RELEASELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
```
99

1010

11-
# 1.0.1
11+
# 1.0.2
1212
| Hash | Date | Author | Changes |
1313
|------|------|--------|---------|
14-
| ce9c01c | 2021-04-20 | Chris Schubert | Fixing issue with package version |
15-
| ba89abf | 2021-04-20 | Chris Schubert | Fixing incorrect scripts path |
16-
| 669a06e | 2021-04-20 | Chris Schubert | Update readme.md |
17-
| 6c8389a | 2021-04-20 | Chris Schubert | Updating docs for first Appalachia Interactive publish |
18-
| 8d1f8af | 2021-04-20 | Chris Schubert | Setting up HTML diff repo |
14+

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,7 +1,7 @@
11
{
22
"name": "com.appalachia.node.html-diff",
33
"displayName": "Appalachia Interactive HTML-diff",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Generate colorized HTML diffs. Useful for tracking changes to Apache-licensed repositories.",
66
"keywords": [
77
"Scripts",

0 commit comments

Comments
 (0)