Skip to content

Commit 4dd2409

Browse files
authored
Merge pull request #139 from shelfio/feature/INT-11-update-change-logs
INT-11 Update change logs and readme
2 parents a6767dd + 6acd4fa commit 4dd2409

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Breaking Changes
22

3+
## 4.1.0
4+
- Switch to lodash-es
5+
- Setup ESM build
6+
37
## 4.0.0
48

59
- Rebuilt `queryOptimized` for the modular `@aws-sdk/client-dynamodb` v3 API; supply a `DynamoDBClient`, `QueryCommand`, and `uniqueIdentifierAttributes` so results dedupe on your table's primary/sort keys.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ console.log(results);
133133

134134
```sh
135135
$ git checkout master
136+
$ yarn build
136137
$ yarn version
137138
$ yarn publish
138139
$ git push origin master --tags

0 commit comments

Comments
 (0)