Releases: frabert/replace-string-action
Releases · frabert/replace-string-action
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/core
v1.10
Release v2.3
Changes from v2.2
- Uses Node 16 instead of Node 12
Release v2.2
Changes from v2.1
- Bump
@actions/core
from 1.4.0 to 1.9.1
Release v2.1
Changes from v2.0
- Bump
node-fetch
from 2.6.1 to 2.6.7
Version 2.0
Changes from v1.3:
- The
json
flag has been removed, whitespace inreplace_with
will 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
Version 1.2
Security update
Version 1.1
Adds flags
option to specify RegExp flags