diff --git a/CHANGELOG.md b/CHANGELOG.md index fb11c932..7d334bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.2.1](https://github.com/imgix/contentful/compare/v1.2.0...v1.2.1) (2022-02-02) + +### Bug Fixes + +- do not access `dominant_colors` if parent object `colors` is undefined + ## [1.2.0](https://github.com/imgix/contentful/compare/v1.1.0...v1.2.0) (2022-01-31) ### Features diff --git a/package-lock.json b/package-lock.json index 88cb558c..955264f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imgix/contentful", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@imgix/contentful", - "version": "1.2.0", + "version": "1.2.1", "license": "BSD-2-Clause", "dependencies": { "@contentful/field-editor-single-line": "^0.15.0", diff --git a/package.json b/package.json index a344cee7..ce649349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imgix/contentful", - "version": "1.2.0", + "version": "1.2.1", "description": "Browse for, select, and insert image assets into your content quickly and easily via the imgix Image Manager.", "author": "imgix SDK team ", "private": false,