@ethlete/core 4.30.0 → 4.31.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ethlete/core
2
2
 
3
+ ## 4.31.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`76d9819`](https://github.com/ethlete-io/ethdk/commit/76d98196e2ad33b3c0eeb19c8864ef94f9a2c994) Thanks [@TomTomB](https://github.com/TomTomB)! - Add `requireSync` option to `injectQueryParam` util to explicitly tell the function to read its initial value from the url instead of waiting for the router
8
+
3
9
  ## 4.30.0
4
10
 
5
11
  ### Minor Changes