Skip to content

Commit 02fd990

Browse files
committed
version bump
1 parent a0f2dd4 commit 02fd990

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamodb-toolbox",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A simple set of tools for working with Amazon DynamoDB and the DocumentClient.",
55
"author": "Jeremy Daly <jeremy@jeremydaly.com>",
66
"main": "dist/index.js",
@@ -12,7 +12,8 @@
1212
"lint": "eslint .",
1313
"build": "tsc",
1414
"prepare": "npm run build",
15-
"prepublishOnly": "npm test && npm run lint"
15+
"prepublishOnly": "npm test && npm run lint",
16+
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline"
1617
},
1718
"license": "MIT",
1819
"dependencies": {},

0 commit comments

Comments
 (0)