diff --git a/changelog.md b/changelog.md
index d0b1ad9..f06cd98 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,23 @@
+
+## 0.0.2 (2017-04-03)
+
+* 0.0.2 ([3ba3e1d](https://github.com/GitScrum/posthtml-class-to-css-module/commit/3ba3e1d))
+* typo ([0b526d6](https://github.com/GitScrum/posthtml-class-to-css-module/commit/0b526d6))
+* Update readme.md ([85970a1](https://github.com/GitScrum/posthtml-class-to-css-module/commit/85970a1))
+* chore(changelog): Update changelog ([359f13b](https://github.com/GitScrum/posthtml-class-to-css-module/commit/359f13b))
+* chore(package): update babel-preset-env to version 1.3.2 ([2cb3ae8](https://github.com/GitScrum/posthtml-class-to-css-module/commit/2cb3ae8))
+* chore(package): update clean ([06d537b](https://github.com/GitScrum/posthtml-class-to-css-module/commit/06d537b))
+* chore(package): update conventional-changelog-lint to version 1.1.8 ([5936c0c](https://github.com/GitScrum/posthtml-class-to-css-module/commit/5936c0c))
+* chore(package): update coveralls to version 2.13.0 ([db7f4df](https://github.com/GitScrum/posthtml-class-to-css-module/commit/db7f4df))
+* chore(package): update eslint to version 3.19.0 ([8aabfb2](https://github.com/GitScrum/posthtml-class-to-css-module/commit/8aabfb2))
+* chore(package): update updtr to version 1.0.0 ([b5feb6b](https://github.com/GitScrum/posthtml-class-to-css-module/commit/b5feb6b))
+* chore(yarn.lock): add yarn ([5007d72](https://github.com/GitScrum/posthtml-class-to-css-module/commit/5007d72))
+* test(test-plugin): add test for #9 ([274d72e](https://github.com/GitScrum/posthtml-class-to-css-module/commit/274d72e))
+* docs(readme): add description for option removeClass ([648e48b](https://github.com/GitScrum/posthtml-class-to-css-module/commit/648e48b))
+* feat(index): add remove class option, close #9 ([bff8bc4](https://github.com/GitScrum/posthtml-class-to-css-module/commit/bff8bc4)), closes [#9](https://github.com/GitScrum/posthtml-class-to-css-module/issues/9)
+
+
+
## 0.0.1 (2017-03-20)
diff --git a/package.json b/package.json
index 5a684ef..eff8564 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "posthtml-class-to-css-module",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "A posthtml plugin for removing tags",
"license": "MIT",
"repository": "GitScrum/posthtml-class-to-css-module",
@@ -25,8 +25,8 @@
"minor": "np minor --any-branch",
"major": "np major --any-branch",
"test": "nyc ava",
- "clean": "rm -rf lib && mkdir lib",
- "build": "npm run clean && babel src/ -d lib/",
+ "clean": "rm -rf lib",
+ "build": "npm run clean && babel src -d lib",
"prepublish": "npm run build",
"update": "updtr && ava-codemods --force",
"testen": "testen -n -- ava"
@@ -45,7 +45,9 @@
"copy",
"css-modules"
],
- "dependencies": {},
+ "dependencies": {
+ "core-js": "^2.4.1"
+ },
"devDependencies": {
"ava": "*",
"ava-codemods": "^0.3.2",
@@ -53,13 +55,13 @@
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-preset-babili": "0.0.12",
- "babel-preset-env": "^1.1.8",
+ "babel-preset-env": "^1.3.2",
"babel-register": "^6.11.6",
"clinton": "^0.11.0",
"conventional-changelog-cli": "^1.2.0",
- "conventional-changelog-lint": "^1.0.0",
- "coveralls": "^2.11.12",
- "eslint": "^3.1.1",
+ "conventional-changelog-lint": "^1.1.8",
+ "coveralls": "^2.13.0",
+ "eslint": "^3.19.0",
"eslint-config-xo": "^0.18.1",
"eslint-formatter-pretty": "^1.1.0",
"eslint-plugin-ava": "^4.2.0",
@@ -73,7 +75,7 @@
"nyc": "^10.1.2",
"posthtml": "^0.9.0",
"testen": "^2.2.0",
- "updtr": "^0.2.1"
+ "updtr": "^1.0.0"
},
"ava": {
"require": [
diff --git a/readme.md b/readme.md
index 8c4ced1..4bcd96f 100644
--- a/readme.md
+++ b/readme.md
@@ -56,6 +56,13 @@ Returns the html with cloned classes in the attribute `css-module`