Skip to content

Commit

Permalink
chore(release): 5.0.0-alpha.10 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-alpha.10](v5.0.0-alpha.9...v5.0.0-alpha.10) (2024-03-13)

### Features

* 🎸 identities rotatePrimaryKey/attestPrimaryKeyRotation ([#251](#251)) ([942ad2e](942ad2e))
  • Loading branch information
semantic-release-bot committed Mar 13, 2024
1 parent 942ad2e commit 4247f78
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.0.0-alpha.9",
"version": "5.0.0-alpha.10",
"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.0.0-alpha.9');
.setVersion('5.0.0-alpha.10');

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

Expand Down

0 comments on commit 4247f78

Please sign in to comment.