From c041e336e04772d0e7875906223e5df098ec36ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:11:48 +0000 Subject: [PATCH] chore(main): release 2.0.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f6e5c..18c5d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/Sleavely/dynamo-plus/compare/v2.0.1...v2.0.2) (2024-03-24) + + +### Build System + +* dont mark package as ESM when its CJS ([c193d86](https://github.com/Sleavely/dynamo-plus/commit/c193d86f7a970994376e24dcefa76750806b6916)) + ## [2.0.1](https://github.com/Sleavely/dynamo-plus/compare/v2.0.0...v2.0.1) (2024-03-20) diff --git a/package-lock.json b/package-lock.json index c2abfda..a2d1c0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dynamo-plus", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dynamo-plus", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@aws-sdk/client-dynamodb": "^3.515.0", diff --git a/package.json b/package.json index 62cdead..1b6a64d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamo-plus", - "version": "2.0.1", + "version": "2.0.2", "description": "dynamo-plus", "main": "./dist/index.js", "types": "./dist/index.d.ts",