Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.0...v5.1.0) (2024-04-16)

### Features

* 🎸 Add API to get account to identity lookup ([7983657](7983657))
* 🎸 build multiplatform docker images ([fede7df](fede7df))
* 🎸 Bump to latest SDK `24.1.0` ([6a9f4d8](6a9f4d8))
* 🎸 return legs information when creating instruction ([88d6d5c](88d6d5c))
  • Loading branch information
polymesh-bot committed Apr 16, 2024
1 parent 68067be commit 3bf6915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymesh-rest-api",
"version": "5.1.0-alpha.4",
"version": "5.1.0",
"description": "Provides a REST like interface for interacting with the Polymesh blockchain",
"author": "Polymesh Association",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function bootstrap(): Promise<void> {
const options = new DocumentBuilder()
.setTitle(swaggerTitle)
.setDescription(swaggerDescription)
.setVersion('5.1.0-alpha.4');
.setVersion('5.1.0');

const configService = app.get<ConfigService>(ConfigService);

Expand Down

0 comments on commit 3bf6915

Please sign in to comment.