Skip to content

Commit f1e08bb

Browse files
author
Skylar
authored
Release 3.2.0 (#194)
1 parent 4b496ef commit f1e08bb

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.2.0
4+
5+
- Improve TypeScript types (may cause minor TS errors)
6+
37
## 3.1.1
48

59
- Allow React 17 in `peerDependencies` (#171)

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "react-plaid-link",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A React component for Plaid Link",
5+
"registry": "https://registry.npmjs.org",
56
"files": [
67
"dist",
78
"src",
@@ -97,5 +98,8 @@
9798
"typescript": "^3.8.3",
9899
"xyz": "0.5.x"
99100
},
100-
"tags": ["react", "plaid"]
101+
"tags": [
102+
"react",
103+
"plaid"
104+
]
101105
}

0 commit comments

Comments
 (0)