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

Commit 2aa3e81

Browse files
committed
chore(release): 1.0.0
1 parent 1b84066 commit 2aa3e81

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/webpack-contrib/worker-loader/compare/v0.8.0...v1.0.0) (2017-09-25)
7+
8+
9+
### Features
10+
11+
* add `options` validation (`schema-utils`) ([#78](https://github.com/webpack-contrib/worker-loader/issues/78)) ([5e2f5e6](https://github.com/webpack-contrib/worker-loader/commit/5e2f5e6))
12+
* support loading node core modules ([#76](https://github.com/webpack-contrib/worker-loader/issues/76)) ([edcda35](https://github.com/webpack-contrib/worker-loader/commit/edcda35))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* loader-utils upgrade to > 1.0 is not backwards
18+
compatible with previous versions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "worker-loader",
3-
"version": "0.8.1",
3+
"version": "1.0.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "worker loader module for webpack",
66
"scripts": {

0 commit comments

Comments
 (0)