Skip to content

Commit

Permalink
chore(release): 5.0.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-alpha.2](v5.0.0-alpha.1...v5.0.0-alpha.2) (2023-12-18)

### Features

* 🎸 add `options` field for tx details, like signer ([e7a0de8](e7a0de8))
* 🎸 add `options` field for tx details, like signer ([3977339](3977339))
* 🎸 add nonce and mortality tx options ([c753309](c753309))
* 🎸 add offline process mode ([a921686](a921686))
* 🎸 Adds new Asset Metadata endpoints ([f278c6e](f278c6e))
* 🎸 Adds new Asset Metadata endpoints ([87bf11a](87bf11a))
* 🎸 introduce `processMode` option to replace many bools ([87cbd15](87cbd15))
* 🎸 introduce `processMode` option to replace many bools ([599e020](599e020))
  • Loading branch information
semantic-release-bot committed Dec 18, 2023
1 parent 154635c commit 9f29990
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.1",
"version": "5.0.0-alpha.2",
"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.1');
.setVersion('5.0.0-alpha.2');

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

Expand Down

0 comments on commit 9f29990

Please sign in to comment.