update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2017-10-08 14:21:41 +04:00
parent 08faa14996
commit c02fbd430d
2 changed files with 6 additions and 14 deletions

View File

@@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.7.0][2017-10-08] ## [1.7.0][2017-10-08]
### Fixed
- Several typescript fixes
### Changed ### Changed
- Default value for `dragDistance` is changed to 3px. - Default value for `dragDistance` is changed to 3px.
- Fix rare error throw on drag - Fix rare error throw on drag

View File

@@ -1,14 +1,8 @@
{ {
"name": "konva", "name": "konva",
"version": "1.7.0", "version": "1.6.8",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"files": [ "files": ["README.md", "konva.js", "konva.min.js", "src", "konva.d.ts"],
"README.md",
"konva.js",
"konva.min.js",
"src",
"konva.d.ts"
],
"main": "konva.js", "main": "konva.js",
"typings": "./konva.d.ts", "typings": "./konva.d.ts",
"scripts": { "scripts": {
@@ -35,12 +29,7 @@
"mocha": "3.5.0", "mocha": "3.5.0",
"prettier": "^1.5.3" "prettier": "^1.5.3"
}, },
"keywords": [ "keywords": ["canvas", "animations", "graphic", "html5"],
"canvas",
"animations",
"graphic",
"html5"
],
"browser": { "browser": {
"canvas": false, "canvas": false,
"jsdom": false "jsdom": false