Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mastilver committed Jul 26, 2017
1 parent 62ef386 commit ba68e11
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"projectName": "dynamic-cdn-webpack-plugin",
"projectOwner": "mastilver",
"files": [
"README.md"
"readme.md"
],
"imageSize": 100,
"commit": true,
Expand Down
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# CHANGELOG


## 3.3.0 (July 26, 2017)

### features

- able to use a custom resolver ([#26](https://github.com/mastilver/dynamic-cdn-webpack-plugin/pull/26))

### fixes

- do not include module if peers dependencies failed ([7257b5f](https://github.com/mastilver/dynamic-cdn-webpack-plugin/commit/7257b5ffd12a3213077c096f51e77f6a1742ae56))

> Note: the module was rename to dynamic-cdn-webpack-plugin

## 3.2.3 (July 20, 2017)

### fixes:
Expand All @@ -9,15 +25,15 @@

### fixes:

- use correct module when using multiple modules versions (#25)
- use correct module when using multiple modules versions ([#25](https://github.com/mastilver/dynamic-cdn-webpack-plugin/pull/25))
- add webpack@3 to peerDependencies (ed1e72a)


## 3.2.1 (July 19, 2017)

### fixes:

- able to require a file inside a module (#20)
- able to require a file inside a module ([#20](https://github.com/mastilver/dynamic-cdn-webpack-plugin/pull/20))


## 3.2.0 (July 2, 2017)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamic-cdn-webpack-plugin",
"version": "3.2.3",
"version": "3.3.0",
"description": "Dynamically get your dependencies from a cdn rather than bundling them in your app",
"license": "MIT",
"repository": "mastilver/dynamic-cdn-webpack-plugin",
Expand Down

0 comments on commit ba68e11

Please sign in to comment.