Skip to content

Releases: xalvarez/prevent-file-change-action

v1.6.0 (2024-01-17)

17 Jan 20:11
ee75107
Compare
Choose a tag to compare

Changes

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1 (2023-11-25)

25 Nov 05:46
267f359
Compare
Choose a tag to compare

v1.5.1 (2023-11-25)

Bug fixes

  • Revert 'Detect changed files for commits on push event' by @xalvarez in #788

Full Changelog: v1.5.0...v1.5.1

v1.5.0 (2023-11-25)

25 Nov 05:25
4f4cd18
Compare
Choose a tag to compare

v1.5.0 (2023-11-25)

Changes

  • Detect changed files for commits on push event by @harryzcy in #783

New Contributors

  • @harryzcy made his first contribution in #783. Thank you so much!

Full Changelog: v1.4.0...v1.5.0

v1.4.0 (2023-09-26)

26 Sep 07:34
4ae7df8
Compare
Choose a tag to compare

v1.4.0 (2023-09-26)

Changes

Full Changelog: v1.3.2...v1.4.0

v1.3.2 (2023-05-11)

11 May 08:13
241fe8f
Compare
Choose a tag to compare

v1.3.2 (2023-05-11)

Changes

  • Revert to @types/node 16 as GitHub doesn't support higher runtimes yet.

Using this Action

To learn how to use this Action please have a look at the README file.

v1.3.1 (2022-11-01)

01 Nov 19:26
Compare
Choose a tag to compare

v1.3.1 (2022-11-01)

From this release on version dumps will no longer be documented unless relevant, as they usually don't have any significant impact.

Changes

  • Document GITHUB_TOKEN required permissions. See: README.

Using this Action

To learn how to use this Action please have a look at the README file.

v1.3.0 (2022-09-14)

14 Sep 12:23
Compare
Choose a tag to compare

v1.3.0 (2022-09-14)

Changes

  • Create CodeQL worflow

Version Bumps

  • Bump @actions/core from 1.6.0 to 1.9.1
  • Bump @actions/github from 5.0.0 to 5.0.3
  • Bump @types/jest from 27.4.0 to 29.0.2
  • Bump @types/node from 17.0.10 to 18.7.18
  • Bump @typescript-eslint/parser from 5.10.0 to 5.37.0
  • Bump @vercel/ncc from 0.33.1 to 0.34.0
  • Bump eslint from 8.10.0 to 8.23.1
  • Bump eslint-plugin-github from 4.3.5 to 4.3.7
  • Bump eslint-plugin-jest from 25.3.4 to 27.0.4
  • Bump jest from 27.4.5 to 29.0.3
  • Bump jest-circus from 27.4.5 to 29.0.3
  • Bump minimist from 1.2.5 to 1.2.6
  • Bump node-fetch from 2.6.6 to 2.6.7
  • Bump prettier from 2.5.1 to 2.7.1
  • Bump ts-jest from 27.1.2 to 29.0.1
  • Bump typescript from 4.5.4 to 4.8.3

Using this Action

To learn how to use this Action please have a look at the README file.

v1.2.0 (2022-01-04)

04 Jan 14:45
2218384
Compare
Choose a tag to compare

v1.2.0 (2022-01-04)

Changes

  • Switched to Node.js 16.

Version Bumps

  • Bump @types/jest from 27.0.3 to 27.4.0.
  • Bump @types/node from 16.11.11 to 17.0.7.
  • Bump @typescript-eslint/parser from 5.5.0 to 5.8.1.
  • Bump @vercel/ncc from 0.33.0 to 0.33.1.
  • Bump eslint from 8.4.0 to 8.6.0.
  • Bump eslint-plugin-jest from 25.3.0 to 25.3.4.
  • Bump jest from 27.4.3 to 27.4.5.
  • Bump jest-circus from 27.4.2 27.4.5.
  • Bump prettier from 2.5.0 to 2.5.1.
  • Bump ts-jest from 27.0.7 to 27.1.2.
  • Bump typescript from 4.5.2 to 4.5.4.

Using this Action

To learn how to use this Action please have a look at the README file.

v1.1.0 (2021-12-04)

04 Dec 19:54
Compare
Choose a tag to compare

v1.1.0 (2021-12-04)

Changes

  • Added trustedAuthors input.

Version Bumps

  • Bump @types/jest from 27.0.2 to 27.0.3.
  • Bump @types/node from 16.10.1 to 16.11.10.
  • Bump @typescript-eslint/parser from 4.32.0 to 5.5.0.
  • Bump @vercel/ncc from 0.31.1 to 0.33.0.
  • Bump eslint from 7.32.0 to 8.4.0.
  • Bump eslint-plugin-github from 4.3.0 to 4.3.5.
  • Bump eslint-plugin-jest from 24.4.3 to 25.3.0.
  • Bump jest from 27.2.3 to 27.4.3.
  • Bump jest-circus from 27.2.3 to 27.4.2.
  • Bump prettier from 2.4.1 to 2.5.0.
  • Bump ts-jest from 27.0.5 to 27.0.7.
  • Bump typescript from 4.4.3 to 4.5.2.

Using this Action

To learn how to use this Action please have a look at the README file.

v1.0.3 (2021-09-29)

29 Sep 06:34
Compare
Choose a tag to compare

v1.0.3 (2021-09-29)

Changes

  • Minor code style changes.
  • Added automerge github workflow.

Version Bumps

  • Bump @actions/core from 1.4.0 to 1.6.0.
  • Bump @types/jest from 26.0.24 to 27.0.2.
  • Bump @types/node from 16.4.3 to 16.10.1.
  • Bump @typescript-eslint/parser from 4.28.4 to 4.32.0.
  • Bump @vercel/ncc from 0.29.0 to 0.31.1.
  • Bump eslint from 7.31.0 to 7.32.0.
  • Bump eslint-plugin-github from 4.1.5 to 4.3.0.
  • Bump eslint-plugin-jest from 24.4.0 to 24.4.3.
  • Bump jest from 26.6.3 to 27.2.3.
  • Bump jest-circus from 27.0.6 to 27.2.3.
  • Bump prettier from 2.3.2 to 2.4.1.
  • Bump ts-jest from 26.5.6 to 27.0.5.
  • Bump typescript from 4.3.5 to 4.4.3.

Using this Action

To learn how to use this Action please have a look at the README file.