diff --git a/README.md b/README.md index d1c19ac55..3a797ef7c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The **DynamoDB Toolbox** is a set of tools that makes it easy to work with [Amaz ## Why single table design? Learn more about single table design in [Alex Debrie's blog](https://www.alexdebrie.com/posts/dynamodb-single-table). -## Version 0.7 🙌 +## Version 0.8 🙌 Feedback is welcome and much appreciated! (Huge thanks to [@ThomasAribart](https://github.com/ThomasAribart) for all his work on this 🙌) diff --git a/package.json b/package.json index e486bf532..4b00cc4c2 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,10 @@ "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline" }, "license": "MIT", + "contributors": [ + "ThomasAribart ", + "Naor Peled " + ], "dependencies": { "deep-copy": "^1.4.2", "ts-toolbelt": "^9.6.0"