diff --git a/CHANGELOG.md b/CHANGELOG.md index 75674d4..d589660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 10.5.0 (2021-03-29) + +* chore(deps-dev): bump @readme/variable from 10.0.9 to 12.0.0 (#84) ([aac9f6f](https://github.com/readmeio/syntax-highlighter/commit/aac9f6f)), closes [#84](https://github.com/readmeio/syntax-highlighter/issues/84) +* chore(deps-dev): bump html-webpack-plugin from 4.5.0 to 4.5.2 (#83) ([f0424cc](https://github.com/readmeio/syntax-highlighter/commit/f0424cc)), closes [#83](https://github.com/readmeio/syntax-highlighter/issues/83) +* chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#81) ([1ced5bb](https://github.com/readmeio/syntax-highlighter/commit/1ced5bb)), closes [#81](https://github.com/readmeio/syntax-highlighter/issues/81) +* chore(options): add a new inline toggle (#94) ([65b6328](https://github.com/readmeio/syntax-highlighter/commit/65b6328)), closes [#94](https://github.com/readmeio/syntax-highlighter/issues/94) +* docs: add custom theme to available option docs (#92) ([5c8164e](https://github.com/readmeio/syntax-highlighter/commit/5c8164e)), closes [#92](https://github.com/readmeio/syntax-highlighter/issues/92) + + + ## 10.4.5 (2021-02-24) * fix: loosen up our @readme/variable peerDep requirement (#79) ([5073b55](https://github.com/readmeio/syntax-highlighter/commit/5073b55)), closes [#79](https://github.com/readmeio/syntax-highlighter/issues/79) diff --git a/package.json b/package.json index 9e9a062..d90612d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@readme/syntax-highlighter", "description": "ReadMe's React-based syntax highlighter", - "version": "10.4.5", + "version": "10.5.0", "main": "dist/index.node.js", "browser": "dist/index.js", "license": "ISC",