diff --git a/CHANGELOG.md b/CHANGELOG.md index 065014c689..4be0628f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @uppy/companion +## 3.1.3 + +Released: 2021-12-09 +Included in: Uppy v2.3.1 + +- @uppy/companion: fix Dockerfile and deploy automation (Mikael Finstad / #3355) +- @uppy/companion: don't pin Yarn version in `package.json` (Antoine du Hamel / #3347) + ## 3.1.2 Released: 2021-12-07 diff --git a/package.json b/package.json index 53ab23473d..62882d02f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uppy/companion", - "version": "3.1.2", + "version": "3.1.3", "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",