We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f2dd4 commit 02fd990Copy full SHA for 02fd990
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dynamodb-toolbox",
3
- "version": "0.3.3",
+ "version": "0.3.4",
4
"description": "A simple set of tools for working with Amazon DynamoDB and the DocumentClient.",
5
"author": "Jeremy Daly <jeremy@jeremydaly.com>",
6
"main": "dist/index.js",
@@ -12,7 +12,8 @@
12
"lint": "eslint .",
13
"build": "tsc",
14
"prepare": "npm run build",
15
- "prepublishOnly": "npm test && npm run lint"
+ "prepublishOnly": "npm test && npm run lint",
16
+ "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline"
17
},
18
"license": "MIT",
19
"dependencies": {},
0 commit comments