Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Nov 16, 2021
1 parent 858cfdc commit 45146f5
Show file tree
Hide file tree
Showing 3 changed files with 3 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": "@artgen/core",
"version": "0.0.6",
"version": "0.0.7",
"description": "Versatily headless CMS",
"main": "build/main.js",
"homepage": "https://artgen.io",
Expand Down
1 change: 1 addition & 0 deletions src/system/server/rpc.server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ describe('RpcServerProvider', () => {
});

test('should use the injected nodeid', async () => {
process.env.ARTGEN_NODE_ID = 'main';
const instance = await instantiateClass(RpcServerProvider, app.context);
const broker = instance.value();

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

0 comments on commit 45146f5

Please sign in to comment.