Skip to content

Commit 3f75e00

Browse files
author
Jayant Krishnamurthy
committed
more documentation updates
1 parent 4fdadcd commit 3f75e00

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
### 2.3.2
4+
5+
Added PythConnection
6+
37
## 2.2.0
48

59
### Added

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@ use the methods in `index.ts` to parse the on-chain data structures into Javascr
5151

5252
## Releases
5353

54-
In order to release a new version of this library and publish it to npm, simply run `npm version <new version number>` and push your changes to github.
55-
Once your change is merged into `main`, a github action will automatically publish a new version of the package to npm.
54+
In order to release a new version of this library and publish it to npm, follow these steps:
55+
1. Update `CHANGELOG.md` with a description of the changes in this version.
56+
2. Run `npm version <new version number>`. This command will update the version of the package, tag the branch in git, and push your changes to github.
57+
3. Once your change is merged into `main`, a github action will automatically publish a new version of the package to npm.

0 commit comments

Comments
 (0)