Skip to content

Commit

Permalink
update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Nov 6, 2023
1 parent 39dab17 commit 31b69bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ TEMPLATE:
- `isMember` function to `TokenVotingClient`
- `isMember` function to `AddresslistVotingClient`
- `isMember` function to `Client`
- Add `actions` to `MultisigProposalListItem`
- Add `actions` to `TokenVotingProposalListItem`
- Add `actions` to `AddresslistVotingProposalListItem`

## [1.18.2]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion modules/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/sdk-client",
"author": "Aragon Association",
"version": "1.18.2",
"version": "1.19.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client.esm.js",
Expand Down

0 comments on commit 31b69bb

Please sign in to comment.