diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c83d68d..07b096ab 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 +## 4.4.0 - 2023-12-01 ### Fixed diff --git a/package-lock.json b/package-lock.json index 1d6c3d86..12f7dac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filmdrop-ui", - "version": "4.3.0", + "version": "4.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "filmdrop-ui", - "version": "4.3.0", + "version": "4.4.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index ec99c3af..dce5cd20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filmdrop-ui", - "version": "4.3.0", + "version": "4.4.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.1",