Skip to content

Commit 8c05fb9

Browse files
committed
chore: release v0.5.0
1 parent 12e7e16 commit 8c05fb9

32,121 files changed

Lines changed: 5298858 additions & 53919 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Dependency directory
2-
node_modules
3-
41
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
52
# Logs
63
logs

dist/commit.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{~/if}}
77

88
{{~!-- commit link --}} {{#if @root.linkReferences~}}
9-
([{{hash}}](
9+
([{{shortHash}}](
1010
{{~#if @root.repository}}
1111
{{~#if @root.host}}
1212
{{~@root.host}}/
@@ -20,7 +20,7 @@
2020
{{~/if}}/
2121
{{~@root.commit}}/{{hash}}))
2222
{{~else}}
23-
{{~hash}}
23+
{{~shortHash}}
2424
{{~/if}}
2525

2626
{{~!-- commit references --}}

dist/header.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<a name="{{version}}"></a>
21
{{#if isPatch~}}
32
##
43
{{~else~}}

0 commit comments

Comments
 (0)