Skip to content

Commit e487f60

Browse files
Changesets versioning & publication (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6bc44e8 commit e487f60

File tree

7 files changed

+14
-26
lines changed

7 files changed

+14
-26
lines changed

.changeset/crazy-regions-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-bushes-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-streets-write.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/social-pots-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-apples-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @imgproxy/imgproxy-js-core
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 6fc690b: Add support for [max_result_dimension](https://docs.imgproxy.net/latest/usage/processing#max-result-dimension) option
8+
- 803368a: Add support for `preset` param to [webp option](https://docs.imgproxy.net/latest/usage/processing#webp-options)
9+
- f706da3: Add [crop_aspect_ratio](https://docs.imgproxy.net/latest/usage/processing#crop-aspect-ratio) option
10+
11+
### Patch Changes
12+
13+
- 0ab711a: Fix typo in error messages: "then" -> "than"
14+
- 6bc44e8: Add pdf and jxl to [format](https://docs.imgproxy.net/usage/processing#format) option
15+
316
## 1.3.0
417

518
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imgproxy/imgproxy-js-core",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "imgproxy-js-core package is designed to be used as part of framework-specific packages and plugins.",
55
"keywords": [
66
"imgproxy",

0 commit comments

Comments
 (0)