Skip to content

Commit

Permalink
chore: release 0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Nov 4, 2024
1 parent fd6c08f commit 6db6778
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## [Unreleased]
## [0.1.0-rc.1]

### Added

Expand All @@ -46,3 +46,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `wallet_requestPermissions`
- `wallet_getPermissions`
- `wallet_revokePermissions`

## [Unreleased]
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git checkout -b release/bumped-version
Ensure all dependencies are installed:

```bash
npm i
yarn
```

### 3. Bump Version Number
Expand All @@ -22,7 +22,7 @@ npm i
### 4. Build the Project

```bash
npm run build
yarn build
```

### 5. Update the Changelog
Expand Down

0 comments on commit 6db6778

Please sign in to comment.