Skip to content

Commit b0f0ff6

Browse files
author
GitHub Actions release job
committed
chore: release v1.2.3
1 parent 199ecf0 commit b0f0ff6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
10+
## 1.2.3 - 2023-01-13
911
### Added
1012
- Examples for JavaScript and TypeScript usage (see [README](https://github.com/superfaceai/passport-twitter-oauth2/#examples))
1113

14+
### Changed
15+
- Migrate the project from Yarn to npm
16+
1217
### Fixed
1318
- TypeScript support: Added optional dependencies on `@types/passport-oauth2` and `@types/passport` for correct typing. ([#25](https://github.com/superfaceai/passport-twitter-oauth2/issues/25))
1419
- Missing dev dependency on `rimraf`
1520

16-
### Changed
17-
- Migrate the project from Yarn to npm
18-
1921
## 1.2.2 - 2022-12-23
2022
### Fixed
2123
- Types: Callback from `verify` should receive an `Express.User` object instead of `ProfileWithMetaData`

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.2",
3+
"version": "1.2.3",
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)