From d6a75d2c4f4524f7126a6684a91af696d07d92c4 Mon Sep 17 00:00:00 2001 From: Michael O'Brien Date: Mon, 22 Mar 2021 13:45:49 +1100 Subject: [PATCH] DEV: bump version --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fc4cfc..c64bd06 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ A big thank you to [Alex DeBrie](https://www.alexdebrie.com/about/) and his exce * Intercept hooks to modify DynamoDB requests and responses. * Controllable logging to see exact parameter, data and responses. * Simple, easy to read source to modify (< 1000 lines). +* Integrated metrics. * Safety options to prevent "rm -fr *". * No module dependencies. * Support for the AWS SDK v3 diff --git a/package.json b/package.json index 17cf154..4e8fa5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamodb-onetable", - "version": "0.7.2", + "version": "1.0.0", "description": "DynamoDB access library for single-table designs", "exports": { ".": {