Skip to content

Commit

Permalink
Release/v0.2.3 (#403)
Browse files Browse the repository at this point in the history
- [x] Check out new version branch `release/v#Number` example:
`release/v0.2.0`
- [x] Update CHANGELOG
  - change logs should be hand written as apart of the version pr
- [x] update package.json
  - `yarn version patch #or major.minor.patch`
- [ ] merge release branch into main and push tag
- [x] `git push origin main --tags`
  • Loading branch information
frankiebee authored Jul 24, 2024
2 parents 8ff0e54 + 888fb39 commit 8d3031f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil
### Broke

### Dev
- no longer building node modules into dist

### Meta


## [0.2.3] Cybele - 2024-07-24 (entropy-core compatibility: 0.2.0)

### Dev
- no longer building node modules into dist [402](https://github.com/entropyxyz/sdk/pull/402)


## [0.2.2] Bathala - 2024-07-11 (entropy-core compatibility: 0.2.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@entropyxyz/sdk",
"version": "0.2.2",
"version": "0.2.3",
"license": "AGPL-3.0-only",
"description": "JS SDK for entropy blockchain ",
"type": "module",
Expand Down

0 comments on commit 8d3031f

Please sign in to comment.