We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a44e2 commit 748faa0Copy full SHA for 748faa0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "facebook-nodejs-business-sdk",
3
- "version": "21.0.4",
+ "version": "21.0.5",
4
"description": "SDK for the Facebook Marketing API in Javascript and Node.js",
5
"author": "Facebook",
6
"maintainers": [
src/api.js
@@ -24,7 +24,7 @@ export default class FacebookAdsApi {
24
return 'v21.0';
25
}
26
static get SDK_VERSION(): string {
27
- return '21.0.4';
+ return '21.0.5';
28
29
static get GRAPH(): string {
30
return 'https://graph.facebook.com';
0 commit comments