We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a751d commit d0a64f2Copy full SHA for d0a64f2
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+2.0.0 - June, 18 2018
2
+
3
+* b9a751d Feat: update rcs-core and add parserOptions in processJs (closes #16) (JPeer264)
4
+* 448747a Style: remove eslint warnings (JPeer264)
5
+* 465aab5 Chore: remove Node 4 support, add v8 and v10 (JPeer264)
6
+* 569dae2 Style: eslint fix (JPeer264)
7
+* f1e5e56 Feat: update to rcs-core@2.0.1 (JPeer264)
8
9
1.3.5 - April, 26 2018
10
11
* 691303b Chore: update to rcs-core@1.0.5 (JPeer264)
package.json
@@ -1,6 +1,6 @@
{
"name": "rename-css-selectors",
- "version": "1.3.5",
+ "version": "2.0.0",
"description": "Rename css classes and id's in files",
"main": "./index.js",
"scripts": {
0 commit comments