From 1b1c5429bbfe973fa750a95f5348c80200741650 Mon Sep 17 00:00:00 2001 From: Josh McFarlin Date: Thu, 17 Feb 2022 23:31:38 -0500 Subject: [PATCH] chore: release v0.3.10 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084cf60..1380dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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). -## [Unreleased] +## [0.3.10] - 2022-02-17 ### Documentation diff --git a/package-lock.json b/package-lock.json index ee78ac3..9c39fa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remix-image", - "version": "0.3.9", + "version": "0.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remix-image", - "version": "0.3.9", + "version": "0.3.10", "license": "MIT", "dependencies": { "clsx": "^1.1.1", diff --git a/package.json b/package.json index 4cdfe44..77a7862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-image", - "version": "0.3.9", + "version": "0.3.10", "description": "A React component for responsive images in Remix", "author": "Josh McFarlin ", "license": "MIT",