Skip to content

Commit b1347de

Browse files
committed
3.0.0
1 parent 10c303b commit b1347de

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
3.0.0 - August, 26 2018
2+
3+
* 10c303b Docs: improve readme (JPeer264)
4+
* 6c5eb44 Test: add tests for html (closes #21) (#28) (Jan Peer Stöcklmair)
5+
* ec8f026 Fix: rename if path is Array and includes just one element (closes #19) (#27) (Jan Peer Stöcklmair)
6+
* d05ba8b Feat: refactor process (#26) (Jan Peer Stöcklmair)
7+
* e0e728e Style: other way of exporting (JPeer264)
8+
* 8e7001f Docs: update to new docs structure (closes #17) (#24) (Jan Peer Stöcklmair)
9+
* 6625141 Feat: add promise functionality (#25) (Jan Peer Stöcklmair)
10+
* f241fd0 Style: consistent code (JPeer264)
11+
* ed9eb26 Test: mocha to ava (#23) (Jan Peer Stöcklmair)
12+
113
2.0.0 - June, 18 2018
214

315
* b9a751d Feat: update rcs-core and add parserOptions in processJs (closes #16) (JPeer264)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rename-css-selectors",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Rename css classes and id's in files",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)