@knocklabs/client 0.10.16-rc.0 → 0.10.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## 0.10.16-rc.0
3
+ ## 0.10.16
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - a859722: fix: bundle client package using "compat" interop
7
+ - bc99374: fix: bundle client package using "compat" interop
8
8
 
9
9
  ## 0.10.15
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knocklabs/client",
3
- "version": "0.10.16-rc.0",
3
+ "version": "0.10.16",
4
4
  "description": "The clientside library for interacting with Knock",
5
5
  "homepage": "https://github.com/knocklabs/javascript/tree/main/packages/client",
6
6
  "author": "@knocklabs",