Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmorse committed Jul 21, 2019
1 parent 0509ed1 commit 8adc87a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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.

## [0.6.0](https://github.com/jnmorse/react-webpack/compare/v0.5.1...v0.6.0) (2019-07-21)


### Bug Fixes

* **app:** removed redux from being included ([ae85818](https://github.com/jnmorse/react-webpack/commit/ae85818))
* **build:** added jsx extention. ([2a0dfa7](https://github.com/jnmorse/react-webpack/commit/2a0dfa7))


### Build System

* **deps:** [security] bump lodash from 4.17.11 to 4.17.15 ([0509ed1](https://github.com/jnmorse/react-webpack/commit/0509ed1))
* **deps:** updated dependancies ([1b93d25](https://github.com/jnmorse/react-webpack/commit/1b93d25))
* **deps:** updated packages ([e928d0a](https://github.com/jnmorse/react-webpack/commit/e928d0a))
* **deps:** updated some packages ([3542fd0](https://github.com/jnmorse/react-webpack/commit/3542fd0))
* **deps:** updated to latest versions ([767eefa](https://github.com/jnmorse/react-webpack/commit/767eefa))
* borrowed some things from react-scripts ([0f1aec1](https://github.com/jnmorse/react-webpack/commit/0f1aec1))
* changed output to build ([71c952c](https://github.com/jnmorse/react-webpack/commit/71c952c))
* remove implict need for .env file ([da809e3](https://github.com/jnmorse/react-webpack/commit/da809e3))
* **deps-dev:** added @babel/plugin-syntax-dynamic-import ([b811d01](https://github.com/jnmorse/react-webpack/commit/b811d01))
* **deps-dev:** updated react-hot-loader ([6c71725](https://github.com/jnmorse/react-webpack/commit/6c71725))
* **development:** removed express and middleware ([404d219](https://github.com/jnmorse/react-webpack/commit/404d219))


### BREAKING CHANGES

* **development:** removed express and middleware and mocha tests. Will now be just using
webpack-dev-server for dev process.



### [0.5.1](https://github.com/jnmorse/react-webpack/compare/v0.5.0...v0.5.1) (2019-06-20)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-webpack",
"version": "0.5.1",
"version": "0.6.0",
"private": true,
"description": "React with Webpack",
"keywords": [
Expand Down

0 comments on commit 8adc87a

Please sign in to comment.