Skip to content

Commit f970378

Browse files
chore(release): 5.0.0-alpha.8 [skip ci]
# [5.0.0-alpha.8](v5.0.0-alpha.7...v5.0.0-alpha.8) (2024-02-06) ### Bug Fixes * 🐛 offline tx hash was not being recorded ([effede2](effede2))
1 parent effede2 commit f970378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polymesh-rest-api",
3-
"version": "5.0.0-alpha.7",
3+
"version": "5.0.0-alpha.8",
44
"description": "Provides a REST like interface for interacting with the Polymesh blockchain",
55
"author": "Polymesh Association",
66
"private": true,

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function bootstrap(): Promise<void> {
4747
const options = new DocumentBuilder()
4848
.setTitle(swaggerTitle)
4949
.setDescription(swaggerDescription)
50-
.setVersion('5.0.0-alpha.7');
50+
.setVersion('5.0.0-alpha.8');
5151

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

0 commit comments

Comments
 (0)