Skip to content

Commit 02f4bd1

Browse files
author
Enrique A.
committed
Update changelog and include the README in the npm build
1 parent fc209e3 commit 02f4bd1

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/npm-publishing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- run: deno task build-npm
2323
working-directory: src
2424

25+
- run: cp README.md ./src/dist/
26+
2527
- run: npm publish
2628
working-directory: src/dist
2729
env:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
### 2.0.1 (2026-03-11)
7+
8+
### Changes
9+
10+
- Update the recently included Bitget module
11+
- Include PRs 85 and 86
12+
613
### 2.0.0 (2026-02-11)
714

815
### Changes

0 commit comments

Comments
 (0)