Skip to content

Latest commit

 

History

History
105 lines (71 loc) · 3.99 KB

CHANGELOG.md

File metadata and controls

105 lines (71 loc) · 3.99 KB

Changelog

All changes to this project will be documented in this file.

v1.2.0 - 2024-07-29

What's Changed

  • Add support for commit limit
  • Bump eslint from 8.54.0 to 8.57.0 by @dependabot in #87
  • Bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #85
  • Bump ts-node from 10.9.1 to 10.9.2 by @dependabot in #86
  • Bump dotenv from 16.3.1 to 16.4.5 by @dependabot in #89
  • Bump @types/node from 20.11.19 to 20.11.28 by @dependabot in #90
  • Bump @typescript-eslint/eslint-plugin from 6.12.0 to 7.0.0 by @dependabot in #94
  • Bump eslint-plugin-github from 4.10.1 to 5.0.1 by @dependabot in #99
  • Bump eslint-plugin-jest from 27.9.0 to 28.6.0 by @dependabot in #100

Full Changelog: https://github.com/VanOns/get-merged-pull-requests-action/compare/v1...v1.2.0

v1.1.3 - 2024-02-20

What's changed

🛠 Changes

  • Bump @typescript-eslint/parser from 6.7.0 to 6.21.0 #81 (by @dependabot)
  • Bump prettier from 3.0.3 to 3.2.5 #79 (by @dependabot)
  • Bump @types/node from 20.6.0 to 20.11.19 #84 (by @dependabot)
  • Bump @octokit/openapi-types from 18.0.0 to 19.1.0 #56 (by @dependabot)
  • Bump release-drafter/release-drafter from 5 to 6 #78 (by @dependabot)
  • Bump jest from 29.6.4 to 29.7.0 #49 (by @dependabot)

v1.1.2 - 2023-12-28

What's changed

🛠 Changes

  • Bump eslint from 8.51.0 to 8.54.0 #47 (by @dependabot)
  • Bump eslint-plugin-jest from 27.2.3 to 27.6.0 #43 (by @dependabot)
  • Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.12.0 #48 (by @dependabot)
  • Bump actions/setup-node from 3.8.1 to 4.0.0 #41 (by @dependabot)
  • Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 #38 (by @dependabot)
  • Bump @actions/github from 5.1.1 to 6.0.0 #37 (by @dependabot)

v1.1.1 - 2023-10-20

What's changed

🛠 Changes

  • Bump @babel/traverse from 7.22.10 to 7.23.2 #35 (props to @dependabot)
  • Bump eslint from 8.47.0 to 8.51.0 #34 (props to @dependabot)
  • Bump eslint-plugin-github from 4.9.2 to 4.10.1 #33 (props to @dependabot)
  • Bump typescript from 5.1.6 to 5.2.2 #30 (props to @dependabot)
  • Bump @vercel/ncc from 0.36.1 to 0.38.0 #28 (props to @dependabot)
  • Bump @actions/core from 1.10.0 to 1.10.1 #27 (props to @dependabot)
  • Bump @types/node from 18.17.5 to 20.6.0 #24 (props to @dependabot)
  • Bump prettier from 2.8.8 to 3.0.3 #23 (props to @dependabot)
  • Bump @typescript-eslint/parser from 6.4.0 to 6.7.0 #25 (props to @dependabot)
  • Bump jest from 29.6.2 to 29.6.4 #17 (props to @dependabot)
  • Bump actions/checkout from 3 to 4 #19 (props to @dependabot)
  • Bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.7.0 #26 (props to @dependabot)
  • Bump actions/setup-node from 3.8.0 to 3.8.1 #11 (props to @dependabot)

v1.0.5 - 2023-08-18

What's changed

🚀 Features

  • [Feat] Add debug output #10 (props to @dnwjn)
  • [Feat] Add commit and PR title regex filtering #9 (props to @dnwjn)

v1.0.3 - 2023-08-15

What's changed

🚀 Features

  • [Feat] Implement README generator #8 (props to @dnwjn)

v1.0.1 - 2023-08-15

What's changed

🚀 Features

  • [Feat] Add release drafter #7 (props to @dnwjn)

🛠 Changes

  • Bump actions/setup-node from 3.6.0 to 3.8.0 #1 (props to @dependabot)
  • Bump ts-jest from 29.1.0 to 29.1.1 #2 (props to @dependabot)
  • Bump eslint-plugin-jest from 27.2.1 to 27.2.3 #3 (props to @dependabot)
  • Bump @typescript-eslint/parser from 5.59.2 to 5.62.0 #4 (props to @dependabot)
  • Bump jest from 29.5.0 to 29.6.2 #5 (props to @dependabot)
  • Bump typescript from 5.0.4 to 5.1.6 #6 (props to @dependabot)

v1.0.0 - 2023-08-15

What's changed

Initial release.