Skip to content

Commit

Permalink
docs: setting up changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 31, 2020
1 parent 0cfbe94 commit dcfe1db
Show file tree
Hide file tree
Showing 4 changed files with 1,742 additions and 30 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 8.0.0 (2020-08-31)

* ci: adding a ci workflow for running tests ([fe631bd](https://github.com/readmeio/syntax-highlighter/commit/fe631bd))
* ci: setting up dependabot ([a293e53](https://github.com/readmeio/syntax-highlighter/commit/a293e53))
* chore: moving the package code into a src/ directory ([e78554e](https://github.com/readmeio/syntax-highlighter/commit/e78554e))
* chore: pulling the syntax-highlighter package over from the explorer repo ([296c7de](https://github.com/readmeio/syntax-highlighter/commit/296c7de))
* test: fixing broken tests ([6257159](https://github.com/readmeio/syntax-highlighter/commit/6257159))



9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ReadMe's React-based syntax highlighter

[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/master/packages/syntax-highlighter)
[![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)

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

Expand Down Expand Up @@ -59,10 +59,3 @@ console.log(syntaxHighlighter('console.log("Hello, world!");', 'js'));
| Swift | `swift` |
| TypeScript | `ts`, `typescript` |
| YAML | `yaml`, `yml` |

## Credits
[Dom Harrington](https://github.com/domharrington/)

## License

ISC
Loading

0 comments on commit dcfe1db

Please sign in to comment.