@xata.io/client 0.20.0 → 0.20.1

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
  # @xata.io/client
2
2
 
3
+ ## 0.20.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#744](https://github.com/xataio/client-ts/pull/744) [`98298ca`](https://github.com/xataio/client-ts/commit/98298ca1312a2256ee3e9d2700a9f3d3e316abe5) Thanks [@xata-bot](https://github.com/xata-bot)! - Add deno entry point
8
+
3
9
  ## 0.20.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -205,7 +205,7 @@ function getFetchImplementation(userFetch) {
205
205
  return fetchImpl;
206
206
  }
207
207
 
208
- const VERSION = "0.20.0";
208
+ const VERSION = "0.20.1";
209
209
 
210
210
  class ErrorWithCause extends Error {
211
211
  constructor(message, options) {