diff --git a/CHANGELOG.md b/CHANGELOG.md index e59c12c..e6f74d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 (June 20th, 2023) + +- updated all dependencies and added notification and notifcation_channel to config + ## 1.0.0 (June 2nd, 2023) - up deps (libs - with proto changes inlcuding optional, pluralized fields) diff --git a/package-lock.json b/package-lock.json index 672cfd6..179ba79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@restorecommerce/resource-srv", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@restorecommerce/resource-srv", - "version": "1.0.0", + "version": "1.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c9fec1e..cccb38a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@restorecommerce/resource-srv", - "version": "1.0.0", + "version": "1.0.1", "description": "Restore Commerce Resource Microservice", "main": "lib/start.js", "author": "n-fuse GmbH",