Skip to content

Commit

Permalink
chore: release master (#1289)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 7, 2023
1 parent 899d074 commit 4b79fdf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/core": "10.3.0",
"packages/fs": "11.1.0",
"packages/fs-aws": "11.1.0",
"packages/fs-aws": "11.2.0",
"packages/middleware": "11.0.1",
"packages/source": "11.1.0",
"packages/source-aws": "11.0.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/fs-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
* dependencies
* @chunkd/fs bumped from 11.0.1 to 11.0.2

## [11.2.0](https://github.com/blacha/chunkd/compare/fs-aws-v11.1.0...fs-aws-v11.2.0) (2023-09-07)


### Features

* **fs-aws:** only write test a bucket once, not once per file ([3086b1a](https://github.com/blacha/chunkd/commit/3086b1ad0b6842013024db07c3f94d4d2a112ce4))


### Bug Fixes

* **fs-aws:** AwsS3CredentialProvider is not abstract ([b3cc7f5](https://github.com/blacha/chunkd/commit/b3cc7f526ec8fe396f99ce795ee150bb1390bb58))
* **fs-aws:** correct typing for credentials ([586cccd](https://github.com/blacha/chunkd/commit/586cccd96f330893ef52b7b833b691d53b2c5d54))

## [11.1.0](https://github.com/blacha/chunkd/compare/fs-aws-v11.0.2...fs-aws-v11.1.0) (2023-08-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/fs-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/fs-aws",
"version": "11.1.0",
"version": "11.2.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 4b79fdf

Please sign in to comment.