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 ba5cf60 commit 885ed09Copy full SHA for 885ed09
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## 1.2.4 - 2024-02-06
10
+
11
## 1.2.4-beta.0 - 2024-01-29
12
### Fixed
13
- Type-safe support for verify function with request
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@superfaceai/passport-twitter-oauth2",
3
- "version": "1.2.4-beta.0",
+ "version": "1.2.4",
4
"description": "Twitter OAuth 2.0 authentication strategy for Passport.",
5
"source": "src/index.ts",
"main": "./dist/index.js",
0 commit comments