Skip to content

Commit 8b02136

Browse files
committed
0.0.12
1 parent 23b7c27 commit 8b02136

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.0.12](https://github.com/opengovsg/sgid-client/compare/v0.0.11...v0.0.12)
8+
9+
- refactor: realise that named and default parameters do not mix [`23b7c27`](https://github.com/opengovsg/sgid-client/commit/23b7c27efb0a8926c95eaefed8c6ac5475428339)
10+
711
#### [v0.0.11](https://github.com/opengovsg/sgid-client/compare/v0.0.10...v0.0.11)
812

13+
> 1 June 2021
14+
915
- refactor: use named parameters [`7e76f43`](https://github.com/opengovsg/sgid-client/commit/7e76f435653787885fde17feefc6b964f4183d83)
1016

1117
#### [v0.0.10](https://github.com/opengovsg/sgid-client/compare/v0.0.9...v0.0.10)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengovsg/sgid-client",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "The official TypeScript/JavaScript SDK for sgID",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)