This commit is contained in:
Fabien LOISON 2018-01-30 09:00:41 +01:00
parent 8602c3a0d3
commit ae5f167093
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
2 changed files with 2 additions and 1 deletions

View File

@ -137,6 +137,7 @@ This library is built using [Grunt][grunt]. If you change somthing in the `src/`
## Changelog
* **1.4.1:** Moves `grunt-cli` to `devDependencies` (#23)
* **1.4.0:** Allows the lib to be used with node-canvas
* **1.3.0:** TypeScript typings added
* **1.2.1:** Includes built files in the NPM packgage

View File

@ -1,6 +1,6 @@
{
"name": "stackblur-canvas",
"version": "1.4.0",
"version": "1.4.1",
"description": "Fast and almost Gaussian blur by Mario Klingemann",
"main": "src/stackblur.js",
"scripts": {