Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrifilo committed May 19, 2017
1 parent b35875f commit fbcd208
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 1.0.0 (05/19/2017)

This marks the first release of the boilerplate! :tada:

Proper documentation is forthcoming, but everything is working as it should for the first release. Please kick the tires and run this off-road. If you find any problems or errors off the bat, please open an issue.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-ssr",
"name": "react-ssr-boilerplate",
"version": "1.0.0",
"description": "A boilerplate for a server-side React application",
"description": "A minimalistic boiler plate with everything you need to get a server side rendered React application up and running FAST.",
"main": "index.js",
"author": "Matt Trifilo",
"license": "MIT",
Expand Down

0 comments on commit fbcd208

Please sign in to comment.