Skip to content

Commit

Permalink
update changelog and lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricevladimir committed Dec 5, 2023
1 parent 4fc097c commit e77baad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ TEMPLATE:

## [UPCOMING]

### Fixed

- Dao upgrade validation not removing Dao update action when validating plugin update

## [1.20.2]

- Add support for v1.0.0 and v1.3.0 build metadata
- Fixed toLowerCase in subgraphQuery

Expand Down
4 changes: 2 additions & 2 deletions 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.20.2",
"version": "1.20.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client.esm.js",
Expand Down Expand Up @@ -87,4 +87,4 @@
"testEnvironment": "./test-environment.ts",
"testTimeout": 120000
}
}
}

0 comments on commit e77baad

Please sign in to comment.