Skip to content

Commit edb3476

Browse files
committed
chore: release v0.3.2
1 parent faaf6fc commit edb3476

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## v0.3.1...main
4+
5+
[compare changes](https://github.com/stacksjs/dynamodb-tooling/compare/v0.3.1...main)
6+
7+
### 🏡 Chore
8+
9+
- Externalize `confbox` ([faaf6fc](https://github.com/stacksjs/dynamodb-tooling/commit/faaf6fc))
10+
11+
### ❤️ Contributors
12+
13+
- Chris <chrisbreuer93@gmail.com>
14+
315
## v0.3.0...main
416

517
[compare changes](https://github.com/stacksjs/dynamodb-tooling/compare/v0.3.0...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.3.1",
4+
"version": "0.3.2",
55
"description": "A toolkit of useful DynamoDB goodies.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { dynamoDb } from './src'
1+
import { dynamoDb } from './dist'
22

33
// eslint-disable-next-line no-console
44
console.log('Starting DynamoDB on port 8000')

0 commit comments

Comments
 (0)