Skip to content

Commit

Permalink
Bump Nodejs version to 21.0.2
Browse files Browse the repository at this point in the history
Summary: Bump version to 21.0.2

Differential Revision: D64728173

fbshipit-source-id: 2a1f96c09612db8526a6325952dde76dffb22800
  • Loading branch information
satwikareddy3 authored and facebook-github-bot committed Oct 22, 2024
1 parent 9eb5535 commit 8da889f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facebook-nodejs-business-sdk",
"version": "21.0.1",
"version": "21.0.2",
"description": "SDK for the Facebook Marketing API in Javascript and Node.js",
"author": "Facebook",
"maintainers": [
Expand Down
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class FacebookAdsApi {
return 'v21.0';
}
static get SDK_VERSION(): string {
return '21.0.1';
return '21.0.2';
}
static get GRAPH(): string {
return 'https://graph.facebook.com';
Expand Down

0 comments on commit 8da889f

Please sign in to comment.