From ecd02ac1e9afaf8ccf358c7321947cec63ad7235 Mon Sep 17 00:00:00 2001 From: "C. T. Lin" Date: Wed, 23 Mar 2016 11:27:24 +0800 Subject: [PATCH] 0.9.0 changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0c13cd6b..6ec7f44b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# HEAD +# 0.9.0 (2016.3.23) #### Improvements @@ -6,6 +6,7 @@ - **Upgraded [react-router-redux](https://github.com/reactjs/react-router-redux) to v4** - **Upgraded dependencies** - **Added `npm run dev` command:** [#162](https://github.com/chentsulin/electron-react-boilerplate/pull/162) +- **electron to v0.37.2** #### Breaking Changes @@ -13,7 +14,7 @@ - **set default NODE_ENV to production:** [#140](https://github.com/chentsulin/electron-react-boilerplate/issues/140) -# 0.8.0 (2015.2.17) +# 0.8.0 (2016.2.17) #### Bug fixed