diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bb3465..f4aff471 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.1.0 - 2024-04-10 ### Added diff --git a/package-lock.json b/package-lock.json index 9d1a73a1..ea910ba0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filmdrop-ui", - "version": "5.0.2", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "filmdrop-ui", - "version": "5.0.2", + "version": "5.1.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index 27f85f03..631e7d4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filmdrop-ui", - "version": "5.0.2", + "version": "5.1.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.3", @@ -81,8 +81,8 @@ "format-fix": "npx prettier . --write .", "fix": "npm run format-fix && npm run lint-fix", "typecheck": "tsc --jsx react", - "audit-all": "npx better-npm-audit audit", - "audit-prod": "npx better-npm-audit audit --production", + "audit-all": "npx better-npm-audit audit -x 1096893,1096897", + "audit-prod": "npx better-npm-audit audit --production -x 1096893", "pre-commit": "./node_modules/pre-commit/hook", "check-markdown": "remark . --frail" },