Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Mar 15, 2022
1 parent f3efe3b commit cc927cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v0.13.0 (2022-03-15)

- [Fix sharp library version listed in README.](https://github.com/papandreou/impro/commit/f3efe3b08b6da97431480449b8504b6973a8a772) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Add support for withoutReduction operation.](https://github.com/papandreou/impro/commit/a48b366bf4c2c3c2c177f219143a828b546bb85b) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Update sharp to ~0.30.0](https://github.com/papandreou/impro/commit/728a44c363c246fec41e1b438649bf013e46797e) ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [Remove broken badge from README and fix a spelling mistake.](https://github.com/papandreou/impro/commit/fb3cc65e5bbe46c8d66686bd4d995afb63e872a6) ([Alex J Burke](mailto:alex@alexjeffburke.com))

### v0.12.0 (2022-03-14)

- [Continued test cleanup work.](https://github.com/papandreou/impro/commit/09ce6bc5793c136bbfa71eec6b8cdae619e87f8d) ([Alex J Burke](mailto:alex@alexjeffburke.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.12.0",
"version": "0.13.0",
"description": "Image processing engine",
"author": "Andreas Lind <andreaslindpetersen@gmail.com>",
"main": "index.js",
Expand Down

0 comments on commit cc927cb

Please sign in to comment.