Skip to content

Commit

Permalink
chore(release): 2.5.0-alpha.3.15 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0-alpha.3.15](v2.5.0-alpha.3.14...v2.5.0-alpha.3.15) (2023-03-14)

### Bug Fixes

* 🐛 default for developer utils env variable ([2308191](2308191))
* 🐛 Ignore release commit from commitlint ([3cb2216](3cb2216))
* 🐛 Update commitlint ignore regex to suppport prereleases ([87b2d9f](87b2d9f))

### Features

* 🎸 Export swagger json in release assets ([0412270](0412270))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent d3ce9d8 commit d232d76
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": "0.0.1",
"version": "2.5.0-alpha.3.15",
"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 @@ -39,7 +39,7 @@ async function bootstrap(): Promise<void> {
const options = new DocumentBuilder()
.setTitle('Polymesh REST API')
.setDescription('RESTful access to the Polymesh blockchain')
.setVersion('1.0');
.setVersion('2.5.0-alpha.3.15');

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

Expand Down

0 comments on commit d232d76

Please sign in to comment.