Skip to content

Commit

Permalink
Release 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Dec 27, 2017
1 parent 236884a commit 8cc7cbd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## dev

## 0.11.0 (2017 December 27)

Breaking changes

* Upgraded from React 14 to React 15.6

Internal changes

* Tests are now using Jest instead of Mocha/Chai.
They are ran locally against JsDom, which makes them also in Pull Requests which was not possible with Saucelabs.
* More migration of code into proper CommonJS modules

## 0.10.2 (2017 August 23)

Bugfixes
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": "the-graph",
"version": "0.10.3",
"version": "0.11.0",
"description": "flow-based programming graph editing",
"author": "Forrest Oliphant, the Grid",
"license": "MIT",
Expand Down

0 comments on commit 8cc7cbd

Please sign in to comment.