Skip to content

Commit

Permalink
build: 8.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 1, 2020
1 parent fa651fc commit ca82f9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>8.0.1 (2020-09-01)</small>

* feat: setting up webpack (#4) ([fa651fc](https://github.com/readmeio/syntax-highlighter/commit/fa651fc)), closes [#4](https://github.com/readmeio/syntax-highlighter/issues/4)



## 8.0.0 (2020-08-31)

> No breaking changes in this release, the package has just moved a new home at https://github.com/readmeio/syntax-highlighter!
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@readme/syntax-highlighter",
"description": "ReadMe's React-based syntax highlighter",
"version": "8.0.0",
"main": "src/index.js",
"version": "8.0.1",
"main": "dist/index.js",
"dependencies": {
"@readme/variable": "^7.1.0",
"codemirror": "^5.48.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"scripts": {
"build": "webpack --config ./webpack.config.js",
"inspect": "jsinspect",
"lint": "eslint . --ext .jsx --ext .js",
"pretest": "npm run lint && npm run prettier && npm run inspect",
"prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"",
"start": "webpack-dev-server --open --config ./webpack.config.dev.js",
"test": "jest --coverage --runInBand",
"version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md",
"build": "webpack --config ./webpack.config.js",
"start": "webpack-dev-server --open --config ./webpack.config.dev.js",
"watch": "webpack -w --progress"
},
"license": "ISC",
Expand Down

0 comments on commit ca82f9f

Please sign in to comment.