From b6c0c6085e904da06b0c3b0066f9c18358eafa23 Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Thu, 20 Jun 2024 17:00:53 -0700 Subject: [PATCH] chore(release): v1.4.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c6379f..64bb0556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1](https://github.com/imgix/contentful/compare/v1.4.0...v1.4.1) (2024-06-20) + +### Updates + +- adds per-asset imgix parameter transformation checkboxes +- adds image width/height metadata +- adds default source configuration option +- allows dialog to be scrolled in smaller viewport + ## [1.4.0](https://github.com/imgix/contentful/compare/v1.3.0...v1.4.0) (2022-12-12) ### Updates diff --git a/package.json b/package.json index 3e0cea72..8813b9e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imgix/contentful", - "version": "1.4.0", + "version": "1.4.1", "description": "Browse for, select, and insert image assets into your content quickly and easily via the imgix Asset Manager.", "author": "imgix SDK team ", "private": false,