From c5be4dcd15ccf2afadc0a51ab447be2ed3cb3440 Mon Sep 17 00:00:00 2001 From: sherwinski Date: Mon, 24 Oct 2022 09:43:23 -0700 Subject: [PATCH] chore(release): 1.2.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4f572c..96e25544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.3](https://github.com/imgix/contentful/compare/v1.2.2...v1.2.3) (2022-10-24) + +### Updates + +- update dependencies +- change instances of "Image Manager" to "Asset Manager" + ## [1.2.2](https://github.com/imgix/contentful/compare/v1.2.1...v1.2.2) (2022-04-13) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 9c532b20..be57485e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imgix/contentful", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@imgix/contentful", - "version": "1.2.2", + "version": "1.2.3", "license": "BSD-2-Clause", "dependencies": { "@contentful/forma-36-fcss": "^0.3.0", diff --git a/package.json b/package.json index 95266063..159bf912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imgix/contentful", - "version": "1.2.2", + "version": "1.2.3", "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,