Skip to content

Commit

Permalink
Release 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Nov 28, 2021
1 parent 5ccfd87 commit ac4455a
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.11",
"version": "0.0.12",
"description": "Versatily headless CMS",
"main": "build/main.js",
"homepage": "https://artgen.io",
Expand Down
1 change: 1 addition & 0 deletions src/modules/http/provider/http.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class HttpServerProvider implements Provider<FastifyInstance> {
},
disableRequestLogging: true,
genReqId: v4 as () => string,
trustProxy: true,
});
this.logger.debug('Initiated');

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

0 comments on commit ac4455a

Please sign in to comment.