We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e417a0b commit 4be58b6Copy full SHA for 4be58b6
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 1.2.1 - 2022-12-21
11
### Fixed
12
- Strategy import in TypeScript projects ([#25](https://github.com/superfaceai/passport-twitter-oauth2/issues/25))
13
- Strategy constructor verify callback type definition fixes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@superfaceai/passport-twitter-oauth2",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Twitter OAuth 2.0 authentication strategy for Passport.",
5
"source": "src/index.ts",
6
"main": "./dist/index.cjs",
0 commit comments