Skip to content

Releases: Typeslint/github-AutoResponse

4.0.0

04 Feb 15:17
4.0.0
ecd4fc5

Choose a tag to compare

Important

due to the deprecation of node.js v18, our project will no longer support this version. node.js v22 or the latest version will be required. see issue #73 for more details.

What's Changed

  • feat(prs): tag maintainers for non user prs by @Muunatic in #69
  • refactor: improve tsconfig validation to report missing rules by @Muunatic in #70
  • style: change naming convention by @Muunatic in #71
  • feat!: migrade to ESM and drop Node v18 support by @Muunatic in #72
  • feat!: rewrite to node16 module by @Muunatic in #74
  • feat!: migrate octokit to v5 by @Muunatic in #75
  • build(CI): upgrade node and npm version by @Muunatic in #76
  • build(CI): upgrade node and npm by @Muunatic in #77

Full Changelog: 3.0.1...4.0.0

3.0.1

10 Jul 23:37
3.0.1
8c3f308

Choose a tag to compare

What's Changed

  • docs: update license type to ISC by @Muunatic in #59
  • build: upgrade checkout and setup-node by @Muunatic in #60
  • style: add parentheses in arrow functions by @Muunatic in #61
  • refactor: createReview() function to reduce redundancy by @Muunatic in #62
  • refactor: create comment for prs author by @Muunatic in #63
  • refactor: using strict equality operator check by @Muunatic in #64
  • fix(prsReview): adjust author_association payload by @Muunatic in #65
  • chore: rename env to .env by @Muunatic in #66
  • chore(release): bump from 3.0.0 to 3.0.1 by @Muunatic in #67

Full Changelog: 3.0.0...3.0.1

3.0.0

04 Jan 12:32
3.0.0
f6efa58

Choose a tag to compare

Important

due to the deprecation of node.js v16, our project will no longer support this version. node.js v18 or the latest version will be required. see issue #34 for more details.

What's Changed