Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 25, 2018
1 parent d1a7a94 commit 77c599c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
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.1"></a>
## [1.1.1](https://github.com/webpack-contrib/worker-loader/compare/v1.1.0...v1.1.1) (2018-02-25)


### Bug Fixes

* **index:** add `webpack >= v4.0.0` support ([#128](https://github.com/webpack-contrib/worker-loader/issues/128)) ([d1a7a94](https://github.com/webpack-contrib/worker-loader/commit/d1a7a94))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/webpack-contrib/worker-loader/compare/v1.0.0...v1.1.0) (2017-10-24)

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.

24 changes: 11 additions & 13 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "worker-loader",
"version": "1.1.0",
"version": "1.1.1",
"author": "Tobias Koppers @sokra",
"description": "worker loader module for webpack",
"main": "dist/cjs.js",
Expand All @@ -11,31 +11,30 @@
"node": ">= 4.8 < 5.0.0 || >= 5.10"
},
"scripts": {
"test": "jest",
"posttest": "eslint .",
"webpack-defaults": "webpack-defaults",
"start": "npm run build -- -w",
"appveyor:test": "npm run test",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
"clean": "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:lint": "npm run lint && npm run security",
"travis:test": "npm run test -- --runInBand",
"travis:coverage": "npm run test:coverage -- --runInBand"
"travis:coverage": "npm run test:coverage -- --runInBand",
"appveyor:test": "npm run test",
"defaults": "webpack-defaults"
},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"loader-utils": "^1.0.0",
"schema-utils": "^0.3.0"
"schema-utils": "^0.4.0"
},
"devDependencies": {
"babel-cli": "^6.0.0",
Expand All @@ -57,10 +56,9 @@
"webpack": "^3.0.0",
"webpack-defaults": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/webpack-contrib/worker-loader.git"
},
"repository": "https://github.com/webpack-contrib/worker-loader.git",
"bugs": "https://github.com/webpack-contrib/worker-loader/issues",
"homepage": "https://github.com/webpack-contrib/html-loader",
"license": "MIT",
"pre-commit": "lint-staged",
"lint-staged": {
Expand Down

0 comments on commit 77c599c

Please sign in to comment.