Skip to content

Commit 11ed0a6

Browse files
Changesets versioning & publication (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1cc5d45 commit 11ed0a6

File tree

7 files changed

+11
-26
lines changed

7 files changed

+11
-26
lines changed

.changeset/fluffy-news-wear.md

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

.changeset/fruity-beds-train.md

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

.changeset/hot-owls-pick.md

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

.changeset/many-horses-vanish.md

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

.changeset/moody-coins-wink.md

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

CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 1cc5d45: Add [Calc hashsums](https://docs.imgproxy.net/usage/getting_info#calc-hashsums) info option
8+
- 3f7b58e: Add support for [colorize](https://docs.imgproxy.net/usage/processing#colorize) option
9+
- e16c19e: Add [monochrome](https://docs.imgproxy.net/usage/processing#monochrome) and [duotone](https://docs.imgproxy.net/usage/processing#duotone) options
10+
- 3179557: Add support for numeric direction value in [gradient](https://docs.imgproxy.net/usage/processing#gradient) option
11+
- 1beb7e1: Add [Video thumbnail tile](https://docs.imgproxy.net/usage/processing#video-thumbnail-tile) option
12+
313
## 1.2.0
414

515
### 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.2.0",
3+
"version": "1.3.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)