diff --git a/CHANGELOG.md b/CHANGELOG.md index 2704e59..384db71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 3.1.0 + +- Update dependencies +- Fixed React key issue where stale content could load along-side + fresh content, resulting in a key error + ## 3.0.0 This release adds pagination to ArsArsenal. In the process of doing this, we've made some breaking changes to the way URLs are constructed. For most users, this upgrade process should be minimal: diff --git a/package.json b/package.json index 6dab6f6..58ce263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ars-arsenal", - "version": "3.1.0-alpha.0", + "version": "3.1.0", "private": true, "description": "A gallery picker", "main": "build/ars-arsenal.js",