Skip to content

Commit 72c77eb

Browse files
committed
0.6.1
1 parent 80a6239 commit 72c77eb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.6.1
4+
5+
- Lock lodash dependency to 2.x. Turns out lodash 3.x has breaking changes.
6+
37
## 0.6.0
48

59
- Added services + dependency injection. Useful for user-authentication and more!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The first back-end framework specially designed for single-page web applications
44

55
## Current status
66

7-
**Version 0.6.0 (latest)**:
7+
**Version 0.6.1 (latest)**:
88

99
**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.
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "synth",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"author": "Jon Abrams <[email protected]>",
55
"description": "The easiest web framework for synthesizing API-first web apps that also have web front-ends.",
66
"dependencies": {

0 commit comments

Comments
 (0)