This commit is contained in:
lavrton 2015-10-27 10:51:16 +07:00
parent e0d5f08f06
commit 50b30b6cfd
4 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [Not released][Not released] ## [0.10.0][2015-10-27]
### Added ### Added
- RGBA filter. Thanks to [@codefo](https://github.com/codefo) - RGBA filter. Thanks to [@codefo](https://github.com/codefo)

View File

@ -1,9 +1,9 @@
/* /*
* Konva JavaScript Framework v0.9.9 * Konva JavaScript Framework v0.10.0
* http://konvajs.github.io/ * http://konvajs.github.io/
* Licensed under the MIT or GPL Version 2 licenses. * Licensed under the MIT or GPL Version 2 licenses.
* Date: Thu Oct 22 2015 * Date: Tue Oct 27 2015
* *
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva) * Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva)
@ -37,7 +37,7 @@ var Konva = {};
Konva = { Konva = {
// public // public
version: '0.9.9', version: '0.10.0',
// private // private
stages: [], stages: [],

6
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "konva", "name": "konva",
"version": "0.9.9", "version": "0.10.0",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"devDependencies": { "devDependencies": {
"chai": "3.2.0", "chai": "3.2.0",