Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonAbrams committed Mar 11, 2015
1 parent 80a6239 commit 72c77eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.6.1

- Lock lodash dependency to 2.x. Turns out lodash 3.x has breaking changes.

## 0.6.0

- Added services + dependency injection. Useful for user-authentication and more!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The first back-end framework specially designed for single-page web applications

## Current status

**Version 0.6.0 (latest)**:
**Version 0.6.1 (latest)**:

**Note:** Despite being fully functional, **_synth_ is still in beta**. It hasn't been fully tested in production and since it's in active development, implementation and interface details are likely to change.

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": "synth",
"version": "0.6.0",
"version": "0.6.1",
"author": "Jon Abrams <[email protected]>",
"description": "The easiest web framework for synthesizing API-first web apps that also have web front-ends.",
"dependencies": {
Expand Down

0 comments on commit 72c77eb

Please sign in to comment.