Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
2.1.1 - 2017-04-14
------------------------------------------------------------
* Adds [Webpack Bundle
Analyzer](https://www.npmjs.com/package/webpack-bundle-analyzer)
reporting per #23, on `npm run build`
  • Loading branch information
leebenson committed Apr 14, 2017
1 parent b540bd1 commit 9b79895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.1.1 - 2017-04-14
------------------------------------------------------------
* Adds [Webpack Bundle Analyzer](https://www.npmjs.com/package/webpack-bundle-analyzer) reporting per #23, on `npm run build`

2.1.0 - 2017-04-11
------------------------------------------------------------
* Add default lowercases of installation path based on project name
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": "reactql",
"version": "2.1.0",
"version": "2.1.1",
"description": "Universal React+GraphQL starter kit: React, Apollo, Webpack 2, React Router 4, PostCSS, SSR",
"main": "cli/index.js",
"scripts": {
Expand Down

0 comments on commit 9b79895

Please sign in to comment.