diff --git a/CHANGELOG.md b/CHANGELOG.md index 423dae21..752ee94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## 5.5.0 - 2024-05-28 ### Added diff --git a/package-lock.json b/package-lock.json index 3b58d937..b1c983ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filmdrop-ui", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "filmdrop-ui", - "version": "5.4.0", + "version": "5.5.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.4", diff --git a/package.json b/package.json index a425d7c1..764b3d05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filmdrop-ui", - "version": "5.4.0", + "version": "5.5.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.4",