Skip to content

Commit 6bfa735

Browse files
committed
chore(maintenance): Update changelog and install np for future releases
1 parent 44ca64c commit 6bfa735

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
# 6.7.0 (2019-02-23)
2+
3+
## Feature
4+
5+
- feat(ticks): add the option to use ticksArray as array of objects (#662, thanks @vdiez)
6+
17
# 6.6.0 (2018-06-29)
28

39
## Feature
410

511
- feat(range): adds the `restrictedRange` option (#638, thanks @DanielReid)
612

7-
## ⚠️ Unwanted breaking change ⚠️
13+
## ⚠️ Unwanted breaking change ⚠️
14+
815
Sorry for this, but this version is breaking if you are using the `rz-slider-tpl-url` attribute. You need to update your template to have the correct number of elements.
916

1017
# 6.5.1 (2018-03-30)

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
"format": "prettier --write \"{src,tests,demo}/{,!(lib)/**}/*.{js,less,css}\"",
2222
"precommit": "lint-staged",
2323
"e2e": "npm start & cypress run",
24-
"cypress:open": "cypress open"
24+
"cypress:open": "cypress open",
25+
"npm:publish": "np"
2526
},
2627
"lint-staged": {
2728
"{src,tests,demo}/{,!(lib)/**}/*.{js,less,css}": [
2829
"prettier --write",
30+
"npm run build",
2931
"git add"
3032
]
3133
},
@@ -68,6 +70,7 @@
6870
"karma-sinon": "^1.0.4",
6971
"lint-staged": "^4.0.3",
7072
"mocha": "^3.1.2",
73+
"np": "^4.0.2",
7174
"phantomjs": "^1.9.19",
7275
"prettier": "^1.13.7",
7376
"recess": "~1.1.9",
@@ -76,7 +79,9 @@
7679
"author": "Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]>",
7780
"license": "MIT",
7881
"readmeFilename": "README.md",
79-
"czConfig": {
80-
"path": "node_modules/cz-conventional-changelog"
82+
"config": {
83+
"commitizen": {
84+
"path": "node_modules/cz-conventional-changelog"
85+
}
8186
}
8287
}

0 commit comments

Comments
 (0)