diff --git a/package-lock.json b/package-lock.json index 38b3617..a1b8880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "just-utils", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 511c89b..e5ef901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "just-utils", - "version": "0.3.2", + "version": "0.3.3", "description": "Some commonly used utils in daily business code development", "main": "dist/index.js", "jsnext:main": "dist/index.esm.js", @@ -9,7 +9,7 @@ "scripts": { "clean": "rimraf ./dist", "test": "npm run lint && cross-env NODE_ENV=test nyc mocha --recursive", - "release": "npm test && npm run build && git commit -am 0.3.2 && git tag 0.3.2 && git push && git push --tags", + "release": "npm test && npm run build && git commit -am 0.3.3 && git tag 0.3.3 && git push && git push --tags", "lint": "eslint -c .eslintrc.js \"src/**/*.js\"", "lint:fix": "eslint --fix -c .eslintrc.js 'src/**/*.js' --fix", "build:self": "rollup -c config/rollup.config.js",