Releases: fwilhe2/setup-kotlin
Releases · fwilhe2/setup-kotlin
Release v1.8
What's Changed
- Bump the development-dependencies group with 4 updates by @dependabot[bot] in #599
- Bump fast-xml-parser from 5.3.4 to 5.3.6 by @dependabot[bot] in #600
Full Changelog: v1.7...v1.8
Release v1.7
What's Changed
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in #591
- Update to latest state of actions/typescript-action by @fwilhe2 in #595
- Bump @github/local-action from 6.0.2 to 7.0.0 by @dependabot[bot] in #597
- Bump @eslint/compat from 1.4.1 to 2.0.2 by @dependabot[bot] in #596
Full Changelog: v1.6...v1.7
Release v1.6
What's Changed
- Bump the development-dependencies group with 5 updates by @dependabot[bot] in #587
- Bump tar from 7.5.3 to 7.5.6 by @dependabot[bot] in #588
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in #589
- Bump tar from 7.5.6 to 7.5.7 by @dependabot[bot] in #590
Full Changelog: v1.5...v1.6
Release v1.5
What's Changed
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in #572
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #573
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in #574
- Bump the development-dependencies group with 4 updates by @dependabot[bot] in #575
- Bump the development-dependencies group with 5 updates by @dependabot[bot] in #576
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in #579
- Bump @actions/core from 1.11.1 to 2.0.1 by @dependabot[bot] in #578
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in #580
- Bump eslint-plugin-jest from 29.9.0 to 29.11.1 in the development-dependencies group by @dependabot[bot] in #581
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in #582
- Bump the development-dependencies group with 4 updates by @dependabot[bot] in #584
- Bump tar from 7.5.2 to 7.5.3 by @dependabot[bot] in #586
Full Changelog: v1.4...v1.5
Release v1.4
What's Changed
- Bump jest from 30.1.1 to 30.1.2 by @dependabot[bot] in #535
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #536
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #543
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #537
- Bump jest from 30.1.2 to 30.1.3 by @dependabot[bot] in #538
- Bump @typescript-eslint/eslint-plugin from 8.41.0 to 8.44.0 by @dependabot[bot] in #547
- Bump @types/node from 20.19.11 to 20.19.17 by @dependabot[bot] in #549
- Bump @typescript-eslint/parser from 8.41.0 to 8.44.0 by @dependabot[bot] in #550
- Bump eslint from 8.57.1 to 9.36.0 by @dependabot[bot] in #548
- Use node 22 by @fwilhe2 in #551
- Use java 25 by @fwilhe2 in #552
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #563
- Bump @typescript-eslint/parser from 8.44.1 to 8.46.2 by @dependabot[bot] in #565
- Bump the development-dependencies group with 8 updates by @dependabot[bot] in #568
- Bump tar from 7.5.1 to 7.5.2 by @dependabot[bot] in #567
- Bump @eslint/compat from 1.4.0 to 2.0.0 by @dependabot[bot] in #570
- Bump eslint-plugin-jest from 28.14.0 to 29.1.0 by @dependabot[bot] in #569
- Update default kotlin version to 2.2.21 by @fwilhe2 in #571
Full Changelog: v1.3...v1.4
Release v1.3
Use Proper File Separator for OS #459 by @gmitch215
Default kotlin version is 2.2.10
Release v1.2
test
Release v1.1
Bump @types/node from 20.17.10 to 20.17.14 (#482) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.17.10 to 20.17.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Florian Wilhelm <[email protected]>
Release 1.0
Release Version 1.0 motivated by #479
Release 0.11.0
Export Paths to Environmental Variables (#451) by @gmitch215