|
1 | 1 | # gha-buildevents changelog
|
2 | 2 |
|
| 3 | +## v3.0.0 [2024-03-01] |
| 4 | + |
| 5 | +v3 requires the `node20` action runtime. |
| 6 | + |
| 7 | +### Enhancements |
| 8 | + |
| 9 | +- add windows support (#286) | [@jharley](https://github.com/jharley) |
| 10 | + |
| 11 | +### Maintenance |
| 12 | + |
| 13 | +- build(deps): Bump @typescript-eslint/parser from 6.9.1 to 6.13.1 (#259) | [@dependabot](https://github.com/dependabot) |
| 14 | +- build(deps): Bump @types/logfmt from 1.2.5 to 1.2.6 (#261) | [@dependabot](https://github.com/dependabot) |
| 15 | +- build(deps): Bump prettier from 3.0.3 to 3.1.0 (#262) | [@dependabot](https://github.com/dependabot) |
| 16 | +- build(deps): Bump @types/node from 20.5.7 to 20.10.3 (#263) | [@dependabot](https://github.com/dependabot) |
| 17 | +- build(deps): Bump typescript from 5.2.2 to 5.3.2 (#258) | [@dependabot](https://github.com/dependabot) |
| 18 | +- build(ci): add dependabot groups (#269) | [@dependabot](https://github.com/dependabot) |
| 19 | +- build(deps): update dev-dependencies (#272) | [@dependabot](https://github.com/dependabot) |
| 20 | +- build(deps): Bump prettier from 3.1.1 to 3.2.4 (#277) | [@dependabot](https://github.com/dependabot) |
| 21 | +- build(deps): Bump @types/node from 20.10.3 to 20.11.16 (#278) | [@dependabot](https://github.com/dependabot) |
| 22 | +- build(deps): Bump @typescript-eslint/parser from 6.17.0 to 6.20.0 (#274) | [@dependabot](https://github.com/dependabot) |
| 23 | +- build(deps): Bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.20.0 (#275) | [@dependabot](https://github.com/dependabot) |
| 24 | +- build(deps): Bump logfmt from 1.3.2 to 1.4.0 (#273) | [@dependabot](https://github.com/dependabot) |
| 25 | +- chore: bump action runtime to node20 (#285) | [@dependabot](https://github.com/dependabot) |
| 26 | +- build(deps): Bump @types/node from 20.11.16 to 20.11.24 (#280) | [@dependabot](https://github.com/dependabot) |
| 27 | +- build(deps): Bump prettier from 3.2.4 to 3.2.5 (#284) | [@dependabot](https://github.com/dependabot) |
| 28 | +- build(deps): Bump eslint from 8.56.0 to 8.57.0 (#282) | [@dependabot](https://github.com/dependabot) |
| 29 | +- build(deps): Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 (#283) | [@dependabot](https://github.com/dependabot) |
| 30 | +- build(deps): Bump typescript-eslint/* to 7.1.0 (#281) | [@dependabot](https://github.com/dependabot) |
| 31 | + |
3 | 32 | ## v2.3.0 [2023-11-29]
|
4 | 33 |
|
5 | 34 | ### Enhancements
|
|
0 commit comments