Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sesposito committed Nov 22, 2024
1 parent 1e8e5f0 commit ed6128c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- Add new runtime function to get a list of user's friend status.
- Add new Follow/Unfollow runtime APIs.
- Add new NotificationsUpdate runtime API.
- Add new GetConf runtime API.
- Add new initializers function to get config values.

## [1.34.0] - 2024-10-21
### Added
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3291,7 +3291,7 @@ declare namespace nkruntime {

export interface ConfigSteam {
publisher_key: string
app_id: string
app_id: number
}

export interface ConfigFacebookInstantGame {
Expand Down

0 comments on commit ed6128c

Please sign in to comment.