Skip to content

Commit

Permalink
v1.4.0 (#344)
Browse files Browse the repository at this point in the history
## New Features
* feat: add option to skip internal verifications by @yeikel in #336

## Bugfix
* Allow leading `v` on commit message versions by @jonmcquillan in #338

## Dep Bumps
* Bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 by @dependabot in #307
* Bump @types/yargs from 17.0.19 to 17.0.20 by @dependabot in #308
* Bump @typescript-eslint/parser from 5.48.2 to 5.49.0 by @dependabot in #309
* Bump eslint from 8.32.0 to 8.33.0 by @dependabot in #315
* Bump @typescript-eslint/parser from 5.49.0 to 5.50.0 by @dependabot in #314
* Bump @types/yargs from 17.0.20 to 17.0.22 by @dependabot in #312
* Bump @vercel/ncc from 0.36.0 to 0.36.1 by @dependabot in #311
* Bump typescript from 4.9.4 to 4.9.5 by @dependabot in #313
* Bump yargs from 17.6.2 to 17.7.1 by @dependabot in #322
* Bump eslint from 8.33.0 to 8.35.0 by @dependabot in #321
* Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.54.0 by @dependabot in #319
* Bump @typescript-eslint/parser from 5.50.0 to 5.54.0 by @dependabot in #320
* Bump @types/node from 18.11.18 to 18.14.2 by @dependabot in #318
* Bump @types/node from 18.14.2 to 18.15.11 by @dependabot in #324
* Bump eslint from 8.35.0 to 8.37.0 by @dependabot in #327
* Bump @types/yargs from 17.0.22 to 17.0.24 by @dependabot in #326
* Bump @typescript-eslint/parser from 5.54.0 to 5.57.1 by @dependabot in #330
* Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.57.1 by @dependabot in #329
* Bump eslint from 8.37.0 to 8.38.0 by @dependabot in #340
* Bump @typescript-eslint/parser from 5.57.1 to 5.59.0 by @dependabot in #341
* Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.0 by @dependabot in #342

## Other
* chore(ee): add devcontainer by @yeikel in #337

## New Contributors
* @jonmcquillan made their first contribution in #338
* @yeikel made their first contribution in #337

**Full Changelog**: v1...v1.4.0
  • Loading branch information
jeffwidman committed Apr 17, 2023
1 parent e8685ee commit efb5c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dependabot-pull-request-action",
"version": "1.3.6",
"version": "1.4.0",
"description": "Parse Dependabot commit metadata to automate PR handling",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit efb5c8d

Please sign in to comment.