Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Sep 19, 2020
1 parent 5d75595 commit a6fd513
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.1](https://github.com/mjancarik/create-clone-class/compare/v0.2.0...v0.2.1) (2020-09-19)


### Bug Fixes

* added js file extension to dist ([5d75595](https://github.com/mjancarik/create-clone-class/commit/5d75595832a00704aa0bd3eabd6f73c7f3855bb3))



# [0.2.0](https://github.com/mjancarik/create-clone-class/compare/0.1.0...0.2.0) (2020-09-16)


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": "create-clone-class",
"version": "0.2.0",
"version": "0.2.1",
"description": "The module for creating clone of ES6 class",
"main": "dist/createCloneClass",
"module": "dist/createCloneClass",
Expand Down

0 comments on commit a6fd513

Please sign in to comment.