Skip to content

Commit c8f4d24

Browse files
author
GitHub Actions release job
committed
chore: release v1.2.4-beta.0
1 parent 86ae504 commit c8f4d24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## Unreleased
8+
9+
## 1.2.4-beta.0 - 2024-01-29
910
### Fixed
1011
- Type-safe support for verify function with request
1112

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.3",
3+
"version": "1.2.4-beta.0",
44
"description": "Twitter OAuth 2.0 authentication strategy for Passport.",
55
"source": "src/index.ts",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)