marmot-release
Advanced tools
Comparing version 1.3.1 to 1.3.3
@@ -0,1 +1,10 @@ | ||
## [1.3.3](https://github.com/MarmotHQ/marmot-release/compare/v1.3.1...v1.3.3) (2019-11-04) | ||
### Features | ||
* support wasm and data ([96105bd](https://github.com/MarmotHQ/marmot-release/commit/96105bd02d5d23304f5fd41580f4d27a32e88380)) | ||
## [1.3.1](https://github.com/MarmotHQ/marmot-release/compare/v1.3.0...v1.3.1) (2019-07-08) | ||
@@ -2,0 +11,0 @@ |
@@ -31,2 +31,3 @@ 'use strict'; | ||
'.ico', '.tgz', | ||
'.wasm', '.data', | ||
]); | ||
@@ -33,0 +34,0 @@ |
{ | ||
"name": "marmot-release", | ||
"version": "1.3.1", | ||
"version": "1.3.3", | ||
"description": "marmot release tool", | ||
@@ -45,4 +45,3 @@ "main": "index.js", | ||
"ci": "npm run lint && npm run test", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add .", | ||
"prepublishOnly": "np --yolo --no-publish" | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add ." | ||
}, | ||
@@ -49,0 +48,0 @@ "repository": { |
22976
517