Skip to content

Commit 9e561bb

Browse files
committed
chore(release): 0.4.0
1 parent 3d53b98 commit 9e561bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-webpack-plugin",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "stylelint plugin for webpack",
55
"main": "index.js",
66
"keywords": [
@@ -42,6 +42,7 @@
4242
"xo": "^0.16.0"
4343
},
4444
"scripts": {
45+
"prepublish": "git push --follow-tags origin master",
4546
"pretest": "xo",
4647
"test": "nyc mocha",
4748
"preversion": "npm run test",

0 commit comments

Comments
 (0)