From 0adef04e4bd02b0d4fd48522847a2fc42be9a462 Mon Sep 17 00:00:00 2001 From: sherwinski Date: Fri, 12 Nov 2021 16:04:38 -0800 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a27479c..d0c46e2b 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.1.0](https://github.com/imgix/contentful/compare/v1.0.0...v1.1.0) (2021-11-12) + +### Features + +- Allow users to search across images in a source. Keyword searches will filter images by the following fields: file origin path, image tags, and user-defined categories. + ## [1.0.0](https://github.com/imgix/contentful/compare/5ed04a4a6c07ce5596f25b7306b1c0df1a0de641...v1.0.0) (2021-10-08) ### Features diff --git a/package-lock.json b/package-lock.json index ee092a12..3de09a83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imgix/contentful", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@imgix/contentful", - "version": "1.0.0", + "version": "1.1.0", "license": "BSD-2-Clause", "dependencies": { "@contentful/field-editor-single-line": "^0.15.0", diff --git a/package.json b/package.json index f008a8fa..906ba495 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imgix/contentful", - "version": "1.0.0", + "version": "1.1.0", "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,