Skip to content

Commit

Permalink
Bump Nodejs version to 21.0.1
Browse files Browse the repository at this point in the history
Summary:
Bump version to 21.0.1
Nodejs CAPA builder dependency check D64096089

Reviewed By: stcheng, liliarizona

Differential Revision: D64702203

fbshipit-source-id: ba165e347ce77889bfc5ca49d2dd2f673c2a6250
  • Loading branch information
satwikareddy3 authored and facebook-github-bot committed Oct 21, 2024
1 parent 6530baf commit f5f8c40
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.0",
"version": "21.0.1",
"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.0';
return '21.0.1';
}
static get GRAPH(): string {
return 'https://graph.facebook.com';
Expand Down

0 comments on commit f5f8c40

Please sign in to comment.