Skip to content

Commit

Permalink
chore(release): 19.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [19.3.2](v19.3.1...v19.3.2) (2024-05-08)

### Bug Fixes

* increase file description limit ([#327](#327)) ([e8471e5](e8471e5))
  • Loading branch information
semantic-release-bot committed May 8, 2024
1 parent e8471e5 commit 960cd6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [19.3.2](https://github.com/makeomatic/ms-files/compare/v19.3.1...v19.3.2) (2024-05-08)


### Bug Fixes

* increase file description limit ([#327](https://github.com/makeomatic/ms-files/issues/327)) ([e8471e5](https://github.com/makeomatic/ms-files/commit/e8471e5fe178aec90475459713e6e4e5cd957e64))

## [19.3.1](https://github.com/makeomatic/ms-files/compare/v19.3.0...v19.3.1) (2024-04-17)


Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ms-files",
"description": "Opinionated solution for managing files with GCS and other cloud storage providers",
"main": "./src/index.js",
"version": "19.3.1",
"version": "19.3.2",
"scripts": {
"test": "pnpm lint && pnpm test:e2e",
"test:e2e": "pnpm test:e2e:cluster && pnpm test:e2e:sentinel",
Expand Down Expand Up @@ -111,5 +111,6 @@
"schemas/",
"lua/",
"bin/"
]
],
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
}

0 comments on commit 960cd6a

Please sign in to comment.