@rango-dev/queue-manager-core 0.11.0 → 0.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,14 @@
1
- # [0.11.0](https://github.com/rango-exchange/rango-client/compare/queue-manager-core@0.10.0...queue-manager-core@0.11.0) (2023-08-01)
1
+ # [0.12.0](https://github.com/rango-exchange/rango-client/compare/queue-manager-core@0.8.0...queue-manager-core@0.12.0) (2023-08-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * seems npm needs a bit time to update the cdn and return the correct version ([09168ac](https://github.com/rango-exchange/rango-client/commit/09168acdc3ca400abd2016eebc0c62103edae3a2))
7
+
8
+
9
+ ### Features
10
+
11
+ * Support for WalletConnect 2 ([faedef0](https://github.com/rango-exchange/rango-client/commit/faedef0b5e6fc3c5ef881cbbe4ec05334cc1c910))
2
12
 
3
13
 
4
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/queue-manager-core",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",