Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Mar 14, 2022
1 parent 09ce6bc commit b0673fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v0.12.0 (2022-03-14)

- [Continued test cleanup work.](https://github.com/papandreou/impro/commit/09ce6bc5793c136bbfa71eec6b8cdae619e87f8d) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Declare extra instance variable for type stability missed in 418cccb.](https://github.com/papandreou/impro/commit/718eb91cc00388187d737f8a03adc8c0045ef7ae) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Update sharp to ~0.29.0](https://github.com/papandreou/impro/commit/4507dbee679a06acec54fe8340f40fbb911ee81d) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Drop node 10 support](https://github.com/papandreou/impro/commit/ceb5c8716e7670183ad63affcee9028f3529ad27) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Collapse multiple levels of expect indirection when decoding buffers.](https://github.com/papandreou/impro/commit/2839d0b12c5cb9fa98dae20a27c371354f8f4450) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [+2 more](https://github.com/papandreou/impro/compare/v0.11.0...v0.12.0)

### v0.11.0 (2021-09-21)

- [#5](https://github.com/papandreou/impro/pull/5) Added support for configuring 'failOnError' for Sharp engine ([Priyank Parashar](mailto:paras20xx@gmail.com))
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.11.0",
"version": "0.12.0",
"description": "Image processing engine",
"author": "Andreas Lind <andreaslindpetersen@gmail.com>",
"main": "index.js",
Expand Down

0 comments on commit b0673fb

Please sign in to comment.