Skip to content

Commit 87c3bae

Browse files
release: 0.4.1
1 parent 7d4f39c commit 87c3bae

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.1 (2026-04-09)
4+
5+
Full Changelog: [v0.4.0...v0.4.1](https://github.com/cryptechdev/neptune-api-v2-typescript/compare/v0.4.0...v0.4.1)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([7d4f39c](https://github.com/cryptechdev/neptune-api-v2-typescript/commit/7d4f39c4e9df2336eec81b9c2142da9d9b1f1b45))
10+
311
## 0.4.0 (2026-04-04)
412

513
Full Changelog: [v0.3.1...v0.4.0](https://github.com/cryptechdev/neptune-api-v2-typescript/compare/v0.3.1...v0.4.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neptunefinance/api-v2",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "The official TypeScript library for the Neptune API V2 API",
55
"author": "Neptune API V2 <>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.4.0'; // x-release-please-version
1+
export const VERSION = '0.4.1'; // x-release-please-version

0 commit comments

Comments
 (0)