Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 10, 2019
1 parent 9539ee4 commit 6e8a974
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,6 +1,12 @@
Unreleased
=================

3.2.1 / 2019-03-10
==================
* [patch] extract `document.contains` shim to separate package
* [Deps] update `shim-keyboard-event-key`
* [Dev Deps] update `eslint`

3.2.0 / 2019-02-23
==================
* [New] Add KeyboardEvent.key shim (#23)
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": "airbnb-browser-shims",
"version": "3.2.0",
"version": "3.2.1",
"description": "Browser and JS shims used by Airbnb.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6e8a974

Please sign in to comment.