Skip to content

Commit 5ef6add

Browse files
chore(release): 17.1.1 [skip ci]
## [17.1.1](v17.1.0...v17.1.1) (2023-10-18) ### Bug Fixes * x-goog-acl header for private uploads ([#301](#301)) ([b3c391a](b3c391a))
1 parent b3c391a commit 5ef6add

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [17.1.1](https://github.com/makeomatic/ms-files/compare/v17.1.0...v17.1.1) (2023-10-18)
2+
3+
4+
### Bug Fixes
5+
6+
* x-goog-acl header for private uploads ([#301](https://github.com/makeomatic/ms-files/issues/301)) ([b3c391a](https://github.com/makeomatic/ms-files/commit/b3c391aa61906a1b8c19ae97c4df8b4296ed21a6))
7+
18
# [17.1.0](https://github.com/makeomatic/ms-files/compare/v17.0.6...v17.1.0) (2023-10-04)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ms-files",
33
"description": "Opinionated solution for managing files with GCS and other cloud storage providers",
44
"main": "./src/index.js",
5-
"version": "17.1.0",
5+
"version": "17.1.1",
66
"scripts": {
77
"test": "pnpm lint && pnpm test:e2e",
88
"test:e2e": "pnpm test:e2e:cluster && pnpm test:e2e:sentinel",

0 commit comments

Comments
 (0)