Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Dec 15, 2023
1 parent ef5a2b3 commit c9d36c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v0.14.0 (2023-12-15)

- [Add a note about requiring node 14+ to the README.](https://github.com/papandreou/impro/commit/ef5a2b3cee7ffb04d522da4e80197b6174270e8e) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Keep node 14 syntax for npm version passed to changelog generation.](https://github.com/papandreou/impro/commit/1dc4eb63bb184683b8174cb944264fcb7a971b88) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Further reduce test complexity by removing use of unexpected-resemble.](https://github.com/papandreou/impro/commit/be3729f0635b5ec33439685e2409b9e1586cf55a) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Prioritise npm package gifsicle above the system version.](https://github.com/papandreou/impro/commit/9ef7a9cfbd7740638f6f4211ed92567dd5571b88) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Bring in evaldown and automatically generate supported libs.](https://github.com/papandreou/impro/commit/13ba3f00999098d3dca6feb9b78921cdf274832f) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [+12 more](https://github.com/papandreou/impro/compare/v0.13.1...v0.14.0)

### v0.13.1 (2023-10-27)

- [Harden stream error handling for cases of a non-Error instance emit.](https://github.com/papandreou/impro/commit/fdb87a063798d06bb9a467d7ac7feb7985db8ef8) ([Alex J Burke](mailto:alex@alexjeffburke.com))
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ for (const engineLib of engineLibs) {
<!-- evaldown output:true -->

```
- gifsicle (npm install gifsicle-stream@^1.0.0)
- gifsicle (npm install gifsicle@^5.3.0)
- gm (npm install gm-papandreou@^1.23.0-patch1)
- inkscape (npm install inkscape@^3.0.0)
- jpegtran (npm install jpegtran@^2.0.0)
- optipng (npm install optipng@^2.1.0)
- pngcrush (npm install pngcrush@^2.0.1)
- pngquant (npm install pngquant@^3.0.0)
- sharp (npm install sharp@~0.30.0)
- optipng (npm install optipng@^4.0.0)
- pngcrush (npm install pngcrush@^3.0.0)
- pngquant (npm install pngquant@^4.0.0)
- sharp (npm install sharp@~0.32.0)
- svgfilter (npm install svgfilter@^4.1.0)
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impro",
"version": "0.13.1",
"version": "0.14.0",
"description": "Image processing engine",
"author": "Andreas Lind <andreaslindpetersen@gmail.com>",
"main": "index.js",
Expand Down

0 comments on commit c9d36c1

Please sign in to comment.