@gala-chain/launchpad-sdk 0.4.1 → 0.4.3

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
@@ -4,6 +4,13 @@ All notable changes to the Gala Launchpad SDK will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.4.3] - 2024-09-24
8
+
9
+ ### Documentation Update
10
+
11
+ - Updated all version references to v0.4.3 across README, documentation files, and source code
12
+ - Fixed npm README display issue with consistent version numbers
13
+
7
14
  ## [0.4.0] - 2024-01-24
8
15
 
9
16
  ### First Public Release
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Gala Launchpad SDK v0.4.0
1
+ # Gala Launchpad SDK v0.4.3
2
2
 
3
3
  A comprehensive TypeScript SDK for the Gala Launchpad Backend API, providing type-safe authentication, trading, and real-time features for DeFi applications.
4
4
 
@@ -64,13 +64,13 @@ await sdk.postComment({ tokenName: 'token', content: 'Great project!' });
64
64
  ## 📦 Installation
65
65
 
66
66
  ```bash
67
- npm install @gala-chain/launchpad-sdk@^0.4.0
67
+ npm install @gala-chain/launchpad-sdk@^0.4.3
68
68
  ```
69
69
 
70
70
  Or with yarn:
71
71
 
72
72
  ```bash
73
- yarn add @gala-chain/launchpad-sdk@^0.4.0
73
+ yarn add @gala-chain/launchpad-sdk@^0.4.3
74
74
  ```
75
75
 
76
76
  ## 🏁 Quick Start