Skip to content

Commit 4be58b6

Browse files
author
GitHub Actions release job
committed
chore: release v1.2.1
1 parent e417a0b commit 4be58b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.2.1 - 2022-12-21
1011
### Fixed
1112
- Strategy import in TypeScript projects ([#25](https://github.com/superfaceai/passport-twitter-oauth2/issues/25))
1213
- Strategy constructor verify callback type definition fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfaceai/passport-twitter-oauth2",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Twitter OAuth 2.0 authentication strategy for Passport.",
55
"source": "src/index.ts",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)