File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ become mere noops.
32
32
33
33
### Bumped API version
34
34
35
- The default API version was bumped to ` v24.0 ` , the new one with the
36
- the realease of the PMP model.
35
+ The default API version was bumped to ` v23.0 ` .
37
36
38
37
## 5.0.0
39
38
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " whatsapp-api-js" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
4
4
"author" : " Secreto31126" ,
5
5
"description" : " A TypeScript server agnostic Whatsapp's Official API framework" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import type {
22
22
} from "./messages/index.d.ts" ;
23
23
import type { AtLeastOne } from "./utils.d.ts" ;
24
24
25
- export const DEFAULT_API_VERSION = "v24 .0" ;
25
+ export const DEFAULT_API_VERSION = "v23 .0" ;
26
26
27
27
/**
28
28
* The main constructor arguments for the API
You can’t perform that action at this time.
0 commit comments