Skip to content

Commit

Permalink
Release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Nov 29, 2021
1 parent 3be6944 commit 28bd85d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artgen/core",
"version": "0.0.14",
"version": "0.0.15",
"description": "Versatily headless CMS",
"main": "build/main.js",
"homepage": "https://artgen.io",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.e2e-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Application (e2e)', () => {
app.bootstrap([AppModule]);

await app.start();
}, 10_000);
}, 30_000);

afterAll(async () => await app.stop());

Expand Down
2 changes: 1 addition & 1 deletion src/modules/authentication/authentication.e2e-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Authentication (e2e)', () => {
app.bootstrap([AppModule]);

await app.start();
}, 10_000);
}, 30_000);

afterAll(async () => await app.stop());

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.14
0.0.15

0 comments on commit 28bd85d

Please sign in to comment.