From a71cededc352e8cb240419d09173eb40c43e74a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Iv=C3=A1n=20Vieitez=20Parra?= <3857362+corrideat@users.noreply.github.com> Date: Thu, 10 Aug 2023 07:27:27 +0200 Subject: [PATCH] version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b55b597..daf5cba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@exact-realty/esbuild-plugin-responsive-images", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@exact-realty/esbuild-plugin-responsive-images", - "version": "1.0.7", + "version": "1.0.8", "license": "ISC", "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/package.json b/package.json index c1647f7..755dcc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exact-realty/esbuild-plugin-responsive-images", - "version": "1.0.7", + "version": "1.0.8", "description": "esbuild plugin for responsive images using Sharp", "main": "dist/index.js", "module": "./dist/index.mjs",