Skip to content

Commit

Permalink
chore: release v0.0.12 See CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Oct 28, 2023
1 parent 6ac5c2c commit e4898e0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.12 (October 28th, 2023)

- configure unautheticated tech user

## 0.0.11 (October 27th, 2023)

- fix production configs
Expand Down
4 changes: 4 additions & 0 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@
"db-index": 5,
"ttl": 3600,
"prefix": "acs:"
},
"unauthenticated_user": {
"id": "unauthenticated_user",
"token": "2ce88810e1a8463fa14c8bc6cfa12345"
}
},
"statusCodes": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restorecommerce/ordering-srv",
"version": "0.0.10",
"version": "0.0.12",
"description": "Restore Commerce microservice for managing orders",
"main": "./lib/index.js",
"author": "n-fuse GmbH",
Expand Down

0 comments on commit e4898e0

Please sign in to comment.