Skip to content

Commit

Permalink
Bump the version, and update the README. (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
da-tanabe authored Mar 20, 2023
1 parent 8407d90 commit b53a23b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,12 @@ let needToResetLogin = token.isExpired;
// The original JWT string
let jwt = token.token;
```

## Build

### Releases

To cut a release:

1. Bump the version in `package.json`, and merge that to `main`
2. Create a GitHub release. The presence of the tag will trigger a CircleCI run that deploys to npm.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daml/hub-react",
"version": "1.1.1",
"version": "1.1.2",
"description": "Daml React functions for Daml Hub",
"homepage": "https://hub.daml.com",
"keywords": [
Expand Down

0 comments on commit b53a23b

Please sign in to comment.