Skip to content

Commit

Permalink
3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Dec 10, 2018
1 parent 9f2bfef commit 203c7d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 203c7d9

Please sign in to comment.