Skip to content

Commit d148f34

Browse files
committed
Release 3.2.0
Package dependency updates.
1 parent 6c21ac3 commit d148f34

File tree

4 files changed

+567
-343
lines changed

4 files changed

+567
-343
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change log
22

3+
## [3.2.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v3.1.0)
4+
### 26/07/2019
5+
6+
### Package Updates
7+
8+
* `@babel/core@7.5.5` new features can be found on the official [release notes](https://github.com/babel/babel/releases/tag/v7.5.5)
9+
* `@babel/preset-env@7.5.5` new features can be found on the official [release notes](https://github.com/babel/babel/releases/tag/v7.5.5)
10+
* `webpack@4.38.0` new features can be found on the official [release notes](https://github.com/webpack/webpack/releases/tag/v4.38.0)
11+
* `css-loader@3.1.0` new features can be found on the official [release notes](https://github.com/webpack-contrib/css-loader/releases/tag/v3.1.0)
12+
* `eslint-plugin-import@2.18.2` new features can be found on the official [release notes](https://github.com/benmosher/eslint-plugin-import/releases/tag/v2.18.2)
13+
* `eslint-plugin-react@7.14.3` new features can be found on the official [release notes](https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.14.3)
14+
* `file-loader@4.1.0` new features can be found on the official [release notes](https://github.com/webpack-contrib/file-loader/releases/tag/v4.1.0)
15+
* `url-loader@2.1.0` new features can be found on the official [release notes](https://github.com/webpack-contrib/url-loader/releases/tag/v2.1.0)
16+
17+
### Minor Package Updates
18+
19+
* `autoprefixer@9.6.1`
20+
* `ajv@6.10.2`
21+
* `eslint-config-airbnb@17.1.1`
22+
* `eslint-plugin-react@7.14.3`
23+
* `eslint-plugin-jsx-a11y@6.2.3`
24+
* `optimize-css-assets-webpack-plugin@5.0.3`
25+
* `webpack-cli@3.3.6`
26+
327
## [3.1.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v3.1.0)
428
### 19/06/2019
529

@@ -44,7 +68,6 @@
4468
> found 0 vulnerabilities
4569
> in 17859 scanned packages
4670
47-
4871
## [2.6.1](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v2.6.1)
4972
#### 15/05/2019
5073

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.2.0

0 commit comments

Comments
 (0)