diff --git a/CHANGELOG.md b/CHANGELOG.md index 960847f2d9..bf7aed373c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @uppy/companion +## 4.2.0 + +Released: 2023-01-26 +Included in: Uppy v3.4.0 + +- @uppy/companion: allow customizing express session prefix (Mikael Finstad / #4249) +- @uppy/companion: Fix typo in KUBERNETES.md (Collin Allen / #4277) +- @uppy/companion: document how to run many instances (Mikael Finstad / #4227) + ## 4.1.1 Released: 2022-11-16 diff --git a/package.json b/package.json index acd232e068..63bad4202d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uppy/companion", - "version": "4.1.1", + "version": "4.2.0", "description": "OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:", "main": "lib/companion.js", "types": "lib/companion.d.ts",