Releases: softwareventures/semantic-release-s3-upload
Releases · softwareventures/semantic-release-s3-upload
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.1-alpha.2
1.0.1-alpha.2 (2021-07-07)
Bug Fixes
v1.0.1-alpha.1
1.0.1-alpha.1 (2021-07-07)
Bug Fixes
v1.0.0
1.0.0 (2021-07-07)
Features
BREAKING CHANGES
- node: node < 12 || ^13 || ^15 are no longer
supported. - This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
should use Babel to compile ES6+ code down to ES5.
v1.0.0-alpha.2
1.0.0-alpha.2 (2021-07-07)
Features
- node: drop support for node < 12 || ^13 || ^15 (95f96f1)
BREAKING CHANGES
- node: node < 12 || ^13 || ^15 are no longer
supported.
v0.2.81
v1.0.0-alpha.1
1.0.0-alpha.1 (2021-03-29)
Features
BREAKING CHANGES
- This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
should use Babel to compile ES6+ code down to ES5.