Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Aug 26, 2018
1 parent 10c303b commit b1347de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
3.0.0 - August, 26 2018

* 10c303b Docs: improve readme (JPeer264)
* 6c5eb44 Test: add tests for html (closes #21) (#28) (Jan Peer Stöcklmair)
* ec8f026 Fix: rename if path is Array and includes just one element (closes #19) (#27) (Jan Peer Stöcklmair)
* d05ba8b Feat: refactor process (#26) (Jan Peer Stöcklmair)
* e0e728e Style: other way of exporting (JPeer264)
* 8e7001f Docs: update to new docs structure (closes #17) (#24) (Jan Peer Stöcklmair)
* 6625141 Feat: add promise functionality (#25) (Jan Peer Stöcklmair)
* f241fd0 Style: consistent code (JPeer264)
* ed9eb26 Test: mocha to ava (#23) (Jan Peer Stöcklmair)

2.0.0 - June, 18 2018

* b9a751d Feat: update rcs-core and add parserOptions in processJs (closes #16) (JPeer264)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rename-css-selectors",
"version": "2.0.0",
"version": "3.0.0",
"description": "Rename css classes and id's in files",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit b1347de

Please sign in to comment.