What's Changed
- New release version by @pzeballos in #114
- fix: set default value for already_compressed variable by @dansamsara in #117
- Some cleanup by @toote in #118
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: npm ci
plugins:
- cache#v1.6.2
+ cache#v1.7.0:
Full Changelog: v1.6.0...v1.7.0