Skip to content

Commit

Permalink
chore(release): 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 7, 2018
1 parent 80dda4f commit 34e6138
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.3"></a>
## [1.1.3](https://github.com/webpack-contrib/thread-loader/compare/v1.1.2...v1.1.3) (2018-02-07)


### Bug Fixes

* **WorkerPool:** trace stacks to avoid duplicated `err.messages` from workers ([#13](https://github.com/webpack-contrib/thread-loader/issues/13)) ([80dda4f](https://github.com/webpack-contrib/thread-loader/commit/80dda4f))



<a name="1.1.2"></a>
## [1.1.2](https://github.com/webpack-contrib/thread-loader/compare/v1.1.1...v1.1.2) (2017-10-09)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
{
"name": "thread-loader",
"version": "1.1.2",
"description": "Runs the following loaders in a worker pool.",
"version": "1.1.3",
"description": "Runs the following loaders in a worker pool",
"author": "Tobias Koppers @sokra",
"license": "MIT",
"main": "dist/cjs.js",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"webpack-defaults": "webpack-defaults",
"start": "npm run build -- -w",
"clean": "del-cli dist",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
"clean:dist": "del-cli dist",
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "standard-version",
"security": "nsp check",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"travis:coverage": "npm run test:coverage -- --runInBand",
"travis:lint": "npm run lint && npm run security",
"travis:test": "npm run test -- --runInBand",
"appveyor:test": "npm run test",
"clean": "del-cli dist"
"webpack-defaults": "webpack-defaults"
},
"dependencies": {
"async": "^2.3.0",
Expand Down Expand Up @@ -66,10 +65,9 @@
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:webpack-contrib/thread-loader.git"
},
"repository": "https://github.com/webpack-contrib/thread-loader.git",
"bugs": "https://github.com/webpack-contrib/thread-loader/issues",
"homepage": "https://github.com/webpack-contrib/thread-loader",
"pre-commit": "lint-staged",
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 34e6138

Please sign in to comment.