From ab75a5eecd281ab712e4930fc5cc3f61d5d46823 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Mon, 20 May 2019 09:17:49 +0000 Subject: [PATCH] [skip ci] chore(release): v1.5.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 26 +++++++++++++++----------- 2 files changed, 25 insertions(+), 11 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d1191a5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### 1.5.1 (2019-05-20) + + +### Bug Fixes + +* remove prepublishOnly ([7879cd7](https://github.com/FEMessage/upload-to-ali/commit/7879cd7)) diff --git a/package.json b/package.json index 5fac1d4..87ff13f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/upload-to-ali", - "version": "1.5.0", + "version": "1.5.1", "description": "", "author": "https://github.com/FEMessage", "license": "MIT", @@ -8,8 +8,16 @@ "type": "git", "url": "https://github.com/FEMessage/upload-to-ali.git" }, - "keywords": ["vue", "sfc", "component"], - "files": ["src", "dist", "yarn.lock"], + "keywords": [ + "vue", + "sfc", + "component" + ], + "files": [ + "src", + "dist", + "yarn.lock" + ], "main": "dist/upload-to-ali.umd.js", "module": "dist/upload-to-ali.esm.js", "unpkg": "dist/upload-to-ali.min.js", @@ -19,14 +27,10 @@ "scripts": { "dev": "vue-styleguidist server", "doc": "vue-styleguidist build", - "build": - "npm run build:unpkg & npm run build:es & npm run build:umd & npm run doc", - "build:umd": - "rollup --config build/rollup.config.js --format umd --file dist/upload-to-ali.umd.js", - "build:es": - "rollup --config build/rollup.config.js --format es --file dist/upload-to-ali.esm.js", - "build:unpkg": - "rollup --config build/rollup.config.js --format iife --file dist/upload-to-ali.min.js", + "build": "npm run build:unpkg & npm run build:es & npm run build:umd & npm run doc", + "build:umd": "rollup --config build/rollup.config.js --format umd --file dist/upload-to-ali.umd.js", + "build:es": "rollup --config build/rollup.config.js --format es --file dist/upload-to-ali.esm.js", + "build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/upload-to-ali.min.js", "precommit": "pretty-quick --staged", "stdver": "standard-version -m '[skip ci] chore(release): v%s'", "release": "gren release --override"