-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0a5253
commit 55ec681
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# Change Log | ||
|
||
## v0.2.0...main | ||
|
||
[compare changes](https://github.com/stacksjs/dynamodb-tooling/compare/v0.2.0...main) | ||
|
||
### 🏡 Chore | ||
|
||
- Resolve typecheck errors ([4e832c2](https://github.com/stacksjs/dynamodb-tooling/commit/4e832c2)) | ||
- Add test cases ([24accf0](https://github.com/stacksjs/dynamodb-tooling/commit/24accf0)) | ||
- Wip ([d52c9fa](https://github.com/stacksjs/dynamodb-tooling/commit/d52c9fa)) | ||
- Minor adjustments ([e0a5253](https://github.com/stacksjs/dynamodb-tooling/commit/e0a5253)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Chris <[email protected]> | ||
- Glennmichael123 ([@glennmichael123](http://github.com/glennmichael123)) | ||
|
||
## v0.1.1...main | ||
|
||
[compare changes](https://github.com/stacksjs/dynamodb-tooling/compare/v0.1.1...main) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "dynamodb-tooling", | ||
"type": "module", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "A toolkit of useful DynamoDB goodies.", | ||
"author": "Chris Breuer <[email protected]>", | ||
"license": "MIT", | ||
|