diff --git a/CHANGELOG.md b/CHANGELOG.md index 585906f..5d8a94b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## v0.3.0...main + +[compare changes](https://github.com/stacksjs/dynamodb-tooling/compare/v0.3.0...main) + +### 🏡 Chore + +- Adjust test import ([0b4a14a](https://github.com/stacksjs/dynamodb-tooling/commit/0b4a14a)) + +### ❤️ Contributors + +- Chris + ## v0.2.0...main [compare changes](https://github.com/stacksjs/dynamodb-tooling/compare/v0.2.0...main) diff --git a/package.json b/package.json index 570604c..7099757 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dynamodb-tooling", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "description": "A toolkit of useful DynamoDB goodies.", "author": "Chris Breuer ", "license": "MIT",