@cheqd/sdk 3.0.0-develop.5 → 3.0.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 +25 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.0](https://github.com/cheqd/sdk/compare/2.1.0...3.0.0) (2023-02-15)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Transition to ESM as hybrid package (#133)
9
+
10
+ ### Bug Fixes
11
+
12
+ * Removed traces of directory imports ([#135](https://github.com/cheqd/sdk/issues/135)) ([9a5d53c](https://github.com/cheqd/sdk/commit/9a5d53c87343aa1a568f0feda9c586e1fd74ffde))
13
+
14
+
15
+ ### Build System
16
+
17
+ * Transition to ESM as hybrid package ([#133](https://github.com/cheqd/sdk/issues/133)) ([a832043](https://github.com/cheqd/sdk/commit/a832043016336aa4cc74a8106429576c72ffe9d9))
18
+
19
+ ## [3.0.0-develop.6](https://github.com/cheqd/sdk/compare/3.0.0-develop.5...3.0.0-develop.6) (2023-02-15)
20
+
3
21
  ## [3.0.0-develop.5](https://github.com/cheqd/sdk/compare/3.0.0-develop.4...3.0.0-develop.5) (2023-02-15)
4
22
 
5
23
  ## [3.0.0-develop.4](https://github.com/cheqd/sdk/compare/3.0.0-develop.3...3.0.0-develop.4) (2023-02-14)
6
24
 
7
25
  ## [3.0.0-develop.3](https://github.com/cheqd/sdk/compare/3.0.0-develop.2...3.0.0-develop.3) (2023-02-14)
8
26
 
9
-
10
27
  ### Bug Fixes
11
28
 
12
29
  * Removed traces of directory imports ([#135](https://github.com/cheqd/sdk/issues/135)) ([9a5d53c](https://github.com/cheqd/sdk/commit/9a5d53c87343aa1a568f0feda9c586e1fd74ffde))
@@ -15,7 +32,6 @@
15
32
 
16
33
  ## [3.0.0-develop.1](https://github.com/cheqd/sdk/compare/2.1.0-develop.1...3.0.0-develop.1) (2023-02-14)
17
34
 
18
-
19
35
  ### ⚠ BREAKING CHANGES
20
36
 
21
37
  * Transition to ESM as hybrid package (#133)
@@ -24,6 +40,13 @@
24
40
 
25
41
  * Transition to ESM as hybrid package ([#133](https://github.com/cheqd/sdk/issues/133)) ([a832043](https://github.com/cheqd/sdk/commit/a832043016336aa4cc74a8106429576c72ffe9d9))
26
42
 
43
+ ## [2.1.0](https://github.com/cheqd/sdk/compare/2.0.1...2.1.0) (2023-02-08)
44
+
45
+
46
+ ### Features
47
+
48
+ * Added querier as service capability ([#129](https://github.com/cheqd/sdk/issues/129)) ([71faac7](https://github.com/cheqd/sdk/commit/71faac7c7d9d9d854b89ef862bca1434b45b4905))
49
+
27
50
  ## [2.1.0-develop.1](https://github.com/cheqd/sdk/compare/2.0.2-develop.1...2.1.0-develop.1) (2023-02-08)
28
51
 
29
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cheqd/sdk",
3
- "version": "3.0.0-develop.5",
3
+ "version": "3.0.0",
4
4
  "description": "A TypeScript SDK built with CosmJS to interact with cheqd network ledger",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Cheqd Foundation Limited (https://github.com/cheqd)",