diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index 4250dd9048..ffad4ffe18 100644
--- a/BUNDLE-README.md
+++ b/BUNDLE-README.md
@@ -2,7 +2,7 @@
Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can
use this from a CDN
-(``)
+(``)
or bundle it with your webapp.
Note that the recommended way to use Uppy is to install it with yarn/npm and use
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b914140356..7f849c5a90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,18 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 4.2.1
+
+Released: 2024-08-26
+
+| Package | Version | Package | Version |
+| ----------- | ------- | ----------- | ------- |
+| @uppy/react | 4.0.2 | uppy | 4.2.1 |
+
+- @uppy/react: fix `use-sync-external-store` import (Merlijn Vos / #5426)
+- docs: fix Golden Retriever service worker import (mkabatek / #5425)
+
+
## 4.2.0
Released: 2024-08-20
diff --git a/README.md b/README.md
index 5da6f3367d..5d57c45720 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
```
Add CSS
-[uppy.min.css](https://releases.transloadit.com/uppy/v4.2.0/uppy.min.css),
+[uppy.min.css](https://releases.transloadit.com/uppy/v4.2.1/uppy.min.css),
either to your HTML page’s `
` or include in JS, if your bundler of choice
supports it.
@@ -102,7 +102,7 @@ object.
```html
@@ -113,7 +113,7 @@ object.
Uppy,
Dashboard,
Tus,
- } from 'https://releases.transloadit.com/uppy/v4.2.0/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.2.1/uppy.min.mjs'
const uppy = new Uppy()
uppy.use(Dashboard, { target: '#files-drag-drop' })
@@ -302,33 +302,33 @@ Use Uppy in your project?