Releases: frabert/replace-string-action
Releases · frabert/replace-string-action
Release list
v2.5.2
Update to Node 24
v2.5.1
What's Changed
- Bump cross-spawn from 6.0.5 to 6.0.6 by @dependabot in #17
Full Changelog: v2...v2.5.1
v2.5
What's Changed
- Use Node 20 instead of 16
- Update README.md by @bjon in #14
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #15
New Contributors
Full Changelog: v2.4...v2.5
Release v2.4
Changes from v2.3
- Uses
@actions/corev1.10
Release v2.3
Changes from v2.2
- Uses Node 16 instead of Node 12
Release v2.2
Changes from v2.1
- Bump
@actions/corefrom 1.4.0 to 1.9.1
Release v2.1
Changes from v2.0
- Bump
node-fetchfrom 2.6.1 to 2.6.7
Version 2.0
Changes from v1.3:
- The
jsonflag has been removed, whitespace inreplace_withwill now be left as-is.
This is a (possibly) breaking change from what happened in v1.x
Version 1.3
The json flag interprets the replacement string as JSON data. Useful for when the replacement string contains leading or trailing whitespace