diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e2ad1..c6db7a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.2](https://github.com/OS-Gurus/dynamodel/compare/v1.0.1...v1.0.2) (2021-07-29) + + +### Bug Fixes + +* definition file size ([490db11](https://github.com/OS-Gurus/dynamodel/commit/490db11faff1ee6c45176bf4df97fc20ce9268a9)) +* exports ([2bfd53a](https://github.com/OS-Gurus/dynamodel/commit/2bfd53a752f5b117328b88b2d50053f3864b9a9b)) + ## [1.0.1](https://github.com/OS-Gurus/dynamodel/compare/v1.0.0...v1.0.1) (2021-07-29) diff --git a/package.json b/package.json index 8853647..f8329fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@os-gurus/dynamodel", - "version": "1.0.1", + "version": "1.0.2", "description": "Generate typed methods for DynamoDB models. With special sauce for nested props.", "main": "dist/index.js", "types": "dist/index.d.ts",