Skip to content

Commit 907cd41

Browse files
committed
build: 10.14.0 release
1 parent f51ac3b commit 907cd41

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 10.14.0 (2021-12-09)
2+
3+
* chore(deps-dev): bump @babel/preset-env from 7.16.0 to 7.16.4 (#218) ([d85d66a](https://github.com/readmeio/syntax-highlighter/commit/d85d66a)), closes [#218](https://github.com/readmeio/syntax-highlighter/issues/218)
4+
* chore(deps-dev): bump @commitlint/cli from 14.1.0 to 15.0.0 (#212) ([1a26b3d](https://github.com/readmeio/syntax-highlighter/commit/1a26b3d)), closes [#212](https://github.com/readmeio/syntax-highlighter/issues/212)
5+
* chore(deps-dev): bump @commitlint/config-conventional (#216) ([704489a](https://github.com/readmeio/syntax-highlighter/commit/704489a)), closes [#216](https://github.com/readmeio/syntax-highlighter/issues/216)
6+
* chore(deps-dev): bump babel-jest from 27.3.1 to 27.4.2 (#208) ([5bbcd17](https://github.com/readmeio/syntax-highlighter/commit/5bbcd17)), closes [#208](https://github.com/readmeio/syntax-highlighter/issues/208)
7+
* chore(deps-dev): bump css-loader from 6.5.0 to 6.5.1 (#217) ([016a586](https://github.com/readmeio/syntax-highlighter/commit/016a586)), closes [#217](https://github.com/readmeio/syntax-highlighter/issues/217)
8+
* chore(deps-dev): bump jest from 27.3.1 to 27.4.3 (#211) ([df7d86d](https://github.com/readmeio/syntax-highlighter/commit/df7d86d)), closes [#211](https://github.com/readmeio/syntax-highlighter/issues/211)
9+
* chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 (#209) ([c01570a](https://github.com/readmeio/syntax-highlighter/commit/c01570a)), closes [#209](https://github.com/readmeio/syntax-highlighter/issues/209)
10+
* chore(deps-dev): bump terser-webpack-plugin from 5.2.4 to 5.2.5 (#207) ([1665e51](https://github.com/readmeio/syntax-highlighter/commit/1665e51)), closes [#207](https://github.com/readmeio/syntax-highlighter/issues/207)
11+
* chore(deps-dev): bump webpack from 5.61.0 to 5.64.4 (#210) ([1a3db34](https://github.com/readmeio/syntax-highlighter/commit/1a3db34)), closes [#210](https://github.com/readmeio/syntax-highlighter/issues/210)
12+
* chore(deps-dev): bump webpack-dev-server from 4.4.0 to 4.6.0 (#215) ([590b736](https://github.com/readmeio/syntax-highlighter/commit/590b736)), closes [#215](https://github.com/readmeio/syntax-highlighter/issues/215)
13+
* chore(deps-dev): upgrading eslint and replacing babel-polyfill with corejs (#221) ([f51ac3b](https://github.com/readmeio/syntax-highlighter/commit/f51ac3b)), closes [#221](https://github.com/readmeio/syntax-highlighter/issues/221)
14+
* chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#206) ([d185795](https://github.com/readmeio/syntax-highlighter/commit/d185795)), closes [#206](https://github.com/readmeio/syntax-highlighter/issues/206)
15+
* chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#205) ([15e0667](https://github.com/readmeio/syntax-highlighter/commit/15e0667)), closes [#205](https://github.com/readmeio/syntax-highlighter/issues/205)
16+
* chore(deps): bump codemirror from 5.62.3 to 5.64.0 (#214) ([9d5f2e9](https://github.com/readmeio/syntax-highlighter/commit/9d5f2e9)), closes [#214](https://github.com/readmeio/syntax-highlighter/issues/214)
17+
* chore(deps): bump codemirror-graphql from 1.0.3 to 1.2.5 (#213) ([bc6e48e](https://github.com/readmeio/syntax-highlighter/commit/bc6e48e)), closes [#213](https://github.com/readmeio/syntax-highlighter/issues/213)
18+
* feat: adding highlighting support for Solidity (#219) ([4a62bae](https://github.com/readmeio/syntax-highlighter/commit/4a62bae)), closes [#219](https://github.com/readmeio/syntax-highlighter/issues/219)
19+
* feat: adding support for Lua highlighting (#220) ([f11b3f8](https://github.com/readmeio/syntax-highlighter/commit/f11b3f8)), closes [#220](https://github.com/readmeio/syntax-highlighter/issues/220)
20+
21+
22+
123
## <small>10.13.2 (2021-11-01)</small>
224

325
* chore(deps-dev): bump @babel/preset-env from 7.15.6 to 7.16.0 (#187) ([15ac21e](https://github.com/readmeio/syntax-highlighter/commit/15ac21e)), closes [#187](https://github.com/readmeio/syntax-highlighter/issues/187)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@readme/syntax-highlighter",
33
"description": "ReadMe's React-based syntax highlighter",
4-
"version": "10.13.2",
4+
"version": "10.14.0",
55
"main": "dist/index.node.js",
66
"browser": "dist/index.js",
77
"license": "ISC",
@@ -13,8 +13,8 @@
1313
"scripts": {
1414
"build": "webpack --progress",
1515
"lint": "eslint . --ext .jsx --ext .js",
16+
"prepack": "npm run build",
1617
"prepare": "husky install",
17-
"prepublishOnly": "npm run build",
1818
"pretest": "npm run lint",
1919
"prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"",
2020
"release": "npx conventional-changelog-cli -i CHANGELOG.md -s && git add CHANGELOG.md",

0 commit comments

Comments
 (0)