diff --git a/CHANGELOG.md b/CHANGELOG.md index 121797f..0f77452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. + +## [1.1.1](https://github.com/webpack-contrib/thread-loader/compare/v1.1.0...v1.1.1) (2017-08-28) + + +### Bug Fixes + +* **context:** Pass context to loader ([29ced70](https://github.com/webpack-contrib/thread-loader/commit/29ced70)) +* **deps:** pass along result for dependencies ([19832ec](https://github.com/webpack-contrib/thread-loader/commit/19832ec)) +* **example:** fix for broken sass and add watch ([47ba43e](https://github.com/webpack-contrib/thread-loader/commit/47ba43e)) + + + # [1.1.0](https://github.com/webpack-contrib/thread-loader/compare/v1.0.3...v1.1.0) (2017-07-14) diff --git a/package.json b/package.json index b28352e..838e4e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-loader", - "version": "1.1.0", + "version": "1.1.1", "description": "Runs the following loaders in a worker pool.", "main": "dist/cjs.js", "scripts": {