Skip to content

Commit

Permalink
build: 10.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 26, 2021
1 parent 687678a commit 24a70ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 10.7.0 (2021-04-26)

* chore(deps-dev): bump @babel/preset-env from 7.13.8 to 7.13.12 (#99) ([2e72f76](https://github.com/readmeio/syntax-highlighter/commit/2e72f76)), closes [#99](https://github.com/readmeio/syntax-highlighter/issues/99)
* chore(deps-dev): bump @babel/preset-react from 7.12.13 to 7.13.13 (#103) ([2395923](https://github.com/readmeio/syntax-highlighter/commit/2395923)), closes [#103](https://github.com/readmeio/syntax-highlighter/issues/103)
* chore(deps-dev): bump @readme/eslint-config from 5.0.0 to 5.0.3 (#96) ([2678996](https://github.com/readmeio/syntax-highlighter/commit/2678996)), closes [#96](https://github.com/readmeio/syntax-highlighter/issues/96)
* chore(deps-dev): bump @readme/variable from 12.0.0 to 13.2.1 (#106) ([687678a](https://github.com/readmeio/syntax-highlighter/commit/687678a)), closes [#106](https://github.com/readmeio/syntax-highlighter/issues/106)
* chore(deps-dev): bump eslint from 7.21.0 to 7.23.0 (#102) ([81e641b](https://github.com/readmeio/syntax-highlighter/commit/81e641b)), closes [#102](https://github.com/readmeio/syntax-highlighter/issues/102)
* chore(deps): bump y18n from 4.0.0 to 4.0.1 (#104) ([8f0c6c3](https://github.com/readmeio/syntax-highlighter/commit/8f0c6c3)), closes [#104](https://github.com/readmeio/syntax-highlighter/issues/104)
* feat: adding support for OCaml and R (#105) ([06b71c5](https://github.com/readmeio/syntax-highlighter/commit/06b71c5)), closes [#105](https://github.com/readmeio/syntax-highlighter/issues/105)
* ci: stop trying to update husky past v4 ([458cedb](https://github.com/readmeio/syntax-highlighter/commit/458cedb))



## 10.6.0 (2021-03-30)

* chore: removing an unnecessary prettier step in the pretest script ([5d63737](https://github.com/readmeio/syntax-highlighter/commit/5d63737))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/syntax-highlighter",
"description": "ReadMe's React-based syntax highlighter",
"version": "10.6.0",
"version": "10.7.0",
"main": "dist/index.node.js",
"browser": "dist/index.js",
"license": "ISC",
Expand Down

0 comments on commit 24a70ea

Please sign in to comment.