Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jan 27, 2016
1 parent aa6cf63 commit 902b905
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowchart",
"version": "1.6.0",
"version": "1.6.1",
"main": "./release/flowchart.min.js",
"dependencies": {},
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "adrai",
"name": "flowchart.js",
"version": "1.6.0",
"version": "1.6.1",
"main": "./index",
"private": false,
"engines": {
Expand Down
9 changes: 7 additions & 2 deletions release/flowchart.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/flowchart.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions release/flowchart.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/flowchart.min.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.6.1

- Fixed lines are not included in the calculation of viewBox and size thanks to [jackycute](https://github.com/jackycute) [##72](https://github.com/adrai/flowchart.js/issues/#72) [##67](https://github.com/adrai/flowchart.js/issues/#67)

### v1.6.0

- changed build to use only webpack thanks to [sergeyt](https://github.com/sergeyt) [#70](https://github.com/adrai/flowchart.js/issues/70)
Expand Down
2 changes: 1 addition & 1 deletion site
Submodule site updated 1 files
+7 −2 flowchart-latest.js

0 comments on commit 902b905

Please sign in to comment.