diff --git a/README.md b/README.md index 7210b9c..fba83d4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index ba0c473..9f5f44e 100644 --- a/package.json +++ b/package.json @@ -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": {