Skip to content

Commit dcfe1db

Browse files
committed
docs: setting up changelog generation
1 parent 0cfbe94 commit dcfe1db

File tree

4 files changed

+1742
-30
lines changed

4 files changed

+1742
-30
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 8.0.0 (2020-08-31)
2+
3+
* ci: adding a ci workflow for running tests ([fe631bd](https://github.com/readmeio/syntax-highlighter/commit/fe631bd))
4+
* ci: setting up dependabot ([a293e53](https://github.com/readmeio/syntax-highlighter/commit/a293e53))
5+
* chore: moving the package code into a src/ directory ([e78554e](https://github.com/readmeio/syntax-highlighter/commit/e78554e))
6+
* chore: pulling the syntax-highlighter package over from the explorer repo ([296c7de](https://github.com/readmeio/syntax-highlighter/commit/296c7de))
7+
* test: fixing broken tests ([6257159](https://github.com/readmeio/syntax-highlighter/commit/6257159))
8+
9+
10+

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ReadMe's React-based syntax highlighter
44

5-
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/master/packages/syntax-highlighter)
5+
[![npm](https://img.shields.io/npm/v/@readme/syntax-highlighter)](https://npm.im/@readme/syntax-highlighter) [![Build](https://github.com/readmeio/syntax-highlighter/workflows/CI/badge.svg)](https://github.com/readmeio/syntax-highlighter)
66

77
[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)
88

@@ -59,10 +59,3 @@ console.log(syntaxHighlighter('console.log("Hello, world!");', 'js'));
5959
| Swift | `swift` |
6060
| TypeScript | `ts`, `typescript` |
6161
| YAML | `yaml`, `yml` |
62-
63-
## Credits
64-
[Dom Harrington](https://github.com/domharrington/)
65-
66-
## License
67-
68-
ISC

0 commit comments

Comments
 (0)