diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+- 0.4.2.2
+    * Bump `js-jquery` dependency to 3.2
+
 - 0.4.2.1
     * Bump `ghc-prof` dependency to 1.4
 
diff --git a/profiteur.cabal b/profiteur.cabal
--- a/profiteur.cabal
+++ b/profiteur.cabal
@@ -1,5 +1,5 @@
 Name:                profiteur
-Version:             0.4.2.1
+Version:             0.4.2.2
 Synopsis:            Treemap visualiser for GHC prof files
 Description:         Treemap visualiser for GHC prof files
 Homepage:            http://github.com/jaspervdj/profiteur
@@ -51,7 +51,7 @@
     containers           >= 0.5  && < 0.6,
     filepath             >= 1.3  && < 1.5,
     ghc-prof             >= 1.3  && < 1.5,
-    js-jquery            >= 3.1  && < 3.2,
+    js-jquery            >= 3.1  && < 3.3,
     scientific           >= 0.3  && < 0.4,
     text                 >= 0.11 && < 1.3,
     unordered-containers >= 0.2  && < 0.3,
