From 30276da6918854798aa05961d4762306a8917dee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 18:49:04 +0000 Subject: [PATCH] chore: release 2.4.4 --- 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 810db4138b..b815e6f5ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.4.4](https://www.github.com/blinkk/degu/compare/v2.4.3...v2.4.4) (2022-03-09) + + +### Bug Fixes + +* Fix errors with sourceless images ([138e83c](https://www.github.com/blinkk/degu/commit/138e83c570bf8065b8b444968327070858b6e451)) + ### [2.4.3](https://www.github.com/blinkk/degu/compare/v2.4.2...v2.4.3) (2022-03-06) diff --git a/package-lock.json b/package-lock.json index d31b99bde2..f8f0216f33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@blinkk/degu", - "version": "2.4.3", + "version": "2.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@blinkk/degu", - "version": "2.4.3", + "version": "2.4.4", "license": "MIT", "dependencies": { "babel-preset-es2015": "^6.24.1", diff --git a/package.json b/package.json index b1270f9c98..9d8ddf7134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blinkk/degu", - "version": "2.4.3", + "version": "2.4.4", "description": "A general utility library for interactive websites, with a focus on performance.", "author": "Blinkk ", "main": "lib/index.js",