Skip to content

Commit

Permalink
release prep 5.1.0 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner authored Apr 12, 2024
1 parent 4dc895c commit bf765ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit bf765ac

Please sign in to comment.