Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 31, 2023
1 parent 6772edb commit bd2334a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.2.0](https://github.com/hayawata3626/team-approval-checker/compare/v1.1.0...v1.2.0) (2023-12-31)


### Features

* add support for PRs with more than 30 reviews ([#21](https://github.com/hayawata3626/team-approval-checker/issues/21)) ([6ff2b03](https://github.com/hayawata3626/team-approval-checker/commit/6ff2b0353a36bbada95ea1992389ed2de395c7bf))
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "team-approval-checker",
"description": "Team Approval Checker",
"version": "0.0.0",
"version": "1.2.0",
"author": "hayawata3626",
"private": true,
"homepage": "https://github.com/hayawata3626/team-approval-checker",
Expand Down Expand Up @@ -33,7 +33,7 @@
"package:watch": "npm run package -- --watch",
"test": "(jest && make-coverage-badge --output-path ./badges/coverage.svg) || make-coverage-badge --output-path ./badges/coverage.svg",
"all": "npm run format:write && npm run lint && npm run test && npm run package",
"prepare": "husky install"
"prepare": "husky install"
},
"license": "MIT",
"jest": {
Expand Down

0 comments on commit bd2334a

Please sign in to comment.