Skip to content

Commit 55ec681

Browse files
committed
chore: release v0.3.0
1 parent e0a5253 commit 55ec681

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## v0.2.0...main
4+
5+
[compare changes](https://github.com/stacksjs/dynamodb-tooling/compare/v0.2.0...main)
6+
7+
### 🏡 Chore
8+
9+
- Resolve typecheck errors ([4e832c2](https://github.com/stacksjs/dynamodb-tooling/commit/4e832c2))
10+
- Add test cases ([24accf0](https://github.com/stacksjs/dynamodb-tooling/commit/24accf0))
11+
- Wip ([d52c9fa](https://github.com/stacksjs/dynamodb-tooling/commit/d52c9fa))
12+
- Minor adjustments ([e0a5253](https://github.com/stacksjs/dynamodb-tooling/commit/e0a5253))
13+
14+
### ❤️ Contributors
15+
16+
17+
- Glennmichael123 ([@glennmichael123](http://github.com/glennmichael123))
18+
319
## v0.1.1...main
420

521
[compare changes](https://github.com/stacksjs/dynamodb-tooling/compare/v0.1.1...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dynamodb-tooling",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "A toolkit of useful DynamoDB goodies.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)