Skip to content

Commit

Permalink
Release 3.2.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar committed Jun 15, 2021
1 parent 4b496ef commit f1e08bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 3.2.0

- Improve TypeScript types (may cause minor TS errors)

## 3.1.1

- Allow React 17 in `peerDependencies` (#171)
Expand Down
8 changes: 6 additions & 2 deletions package.json
@@ -1,7 +1,8 @@
{
"name": "react-plaid-link",
"version": "3.1.0",
"version": "3.2.0",
"description": "A React component for Plaid Link",
"registry": "https://registry.npmjs.org",
"files": [
"dist",
"src",
Expand Down Expand Up @@ -97,5 +98,8 @@
"typescript": "^3.8.3",
"xyz": "0.5.x"
},
"tags": ["react", "plaid"]
"tags": [
"react",
"plaid"
]
}

0 comments on commit f1e08bb

Please sign in to comment.