diff --git a/CHANGELOG.md b/CHANGELOG.md index df4a5f14..1e23f0ed 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 +## 3.1.0 ### Changed diff --git a/package-lock.json b/package-lock.json index 6a28df86..a6dbf93c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filmdrop-ui", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "filmdrop-ui", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index fc762de2..6627b3c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filmdrop-ui", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.1",