Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release job committed Dec 21, 2022
1 parent e417a0b commit 4be58b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 1.2.1 - 2022-12-21
### Fixed
- Strategy import in TypeScript projects ([#25](https://github.com/superfaceai/passport-twitter-oauth2/issues/25))
- Strategy constructor verify callback type definition fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfaceai/passport-twitter-oauth2",
"version": "1.2.0",
"version": "1.2.1",
"description": "Twitter OAuth 2.0 authentication strategy for Passport.",
"source": "src/index.ts",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 4be58b6

Please sign in to comment.