Releases: badsyntax/s3-etag
Releases · badsyntax/s3-etag
1.0.5
What's Changed
- It should generate an eTag which is just the MD5 of the file for a non-multipart upload file when file size is smaller than the part size by @gabriel-cloud in #216
- Bump github/codeql-action from 1 to 2 by @dependabot in #65
- Bump actions/checkout from 2 to 3.1.0 by @dependabot in #127
- Bump actions/setup-node from 2.5.1 to 3.6.0 by @dependabot in #158
- Bump actions/checkout from 3.1.0 to 4.1.1 by @dependabot in #192
- Bump github/codeql-action from 2 to 3 by @dependabot in #212
- Bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #207
- Bump actions/setup-node from 3.6.0 to 4.0.1 by @dependabot in #213
- Bump prettier from 3.0.3 to 3.1.1 by @dependabot in #211
- Bump typescript from 5.2.2 to 5.3.3 by @dependabot in #209
New Contributors
- @gabriel-cloud made their first contribution in #216
Full Changelog: 1.0.4...1.0.5
1.0.4
1.0.3
- Reduce node version requirement (#38) @badsyntax
- Bump typescript from 4.5.4 to 4.5.5 (#36) @dependabot
1.0.2
1.0.1
What's Changed
- Bump actions/setup-node from 2.5.0 to 2.5.1 by @dependabot in #13
- Bump @typescript-eslint/parser from 5.7.0 to 5.9.1 by @dependabot in #21
- Bump eslint from 8.4.1 to 8.6.0 by @dependabot in #17
- Bump @typescript-eslint/parser from 5.9.1 to 5.11.0 by @dependabot in #34
- Bump eslint from 8.6.0 to 8.8.0 by @dependabot in #28
- Bump eslint-plugin-jest from 25.3.0 to 26.1.0 by @dependabot in #31
- Ship hybrid package. Refs #32 by @badsyntax in #35
- Fix publish registry by @badsyntax in #37
Full Changelog: 1.0.0...1.0.1
1.0.0
This a stable release without any significant changes.
- Bump ts-jest from 27.1.1 to 27.1.2 (#8) @dependabot
- Bump @typescript-eslint/parser from 5.7.0 to 5.9.1 (#21) @dependabot
0.0.7
- Update README with better usage instructions (#7) @badsyntax
0.0.6
- Fix package exports (#6) @badsyntax
0.0.5
- Update npm package tags (#5) @badsyntax
0.0.4
- Publish TypeScript types (#4) @badsyntax