From be53d59b559fa71d03e53f9ee754c9b30fd4aa62 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Tue, 10 Sep 2024 10:45:26 +0000 Subject: [PATCH 1/2] Version 1.21.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22672c69..b047c51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.21.0 / 2024-09-10 +================== + +- Add support for extract transformation + 1.20.0 / 2024-07-31 ================== diff --git a/package.json b/package.json index d60d9bfa..d1e55f7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/url-gen", - "version": "1.20.0", + "version": "1.21.0", "description": "", "scripts": { "test": "npm run build && npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size", From f7c91d30e1a056b016bdd834b8a755d0cb4728cc Mon Sep 17 00:00:00 2001 From: jerzy-mankowski <64770520+jerzy-mankowski@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:15:42 +0200 Subject: [PATCH 2/2] chore: added link to github discussion --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 34c8055d..460ee3fb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +You are invited to influence our new SDK +[Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) +========================= + + + Cloudinary URL-Gen SDK ========================= [![Build Status](https://api.travis-ci.com/cloudinary/js-url-gen.svg?branch=master)](https://app.travis-ci.com/github/cloudinary/js-url-gen)