diff --git a/History.md b/History.md index 32c5094..66499e0 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +1.25.0 / 2022-09-21 + +* fixed: windows support #846, #774, #594, #524, #528, #559, #652, #682 [piotr-cz](https://github.com/piotr-cz) +* docs; improvements from #821 [agokhale](https://github.com/agokhale) +* docs; improvements #801 [aarongarciah](https://github.com/aarongarciah) + 1.24.0 / 2022-09-18 * fixed: infering format of buffered or streamed ico files #429 freund17 diff --git a/package.json b/package.json index 48988a4..73c866a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gm", "description": "GraphicsMagick and ImageMagick for node.js", - "version": "1.24.0", + "version": "1.25.0", "author": "Aaron Heckmann ", "keywords": [ "graphics", @@ -47,4 +47,4 @@ "cross-spawn": "^4.0.0", "debug": "^3.1.0" } -} \ No newline at end of file +}