Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed May 11, 2019
1 parent e6b4ed7 commit a0d1f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"test": "jest"
},
"types": "./dist/index.d.ts",
"version": "0.1.8"
"version": "0.1.9"
}
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
createClassifierAction,
deleteImageAction,
deleteCategoryAction,
toggleCategoryVisibilityAction,
updateImageContrastAction,
updateImageBrightnessAction,
updateCategoryColorAction,
Expand All @@ -29,6 +30,7 @@ export {
deleteImageAction,
persistor,
store,
toggleCategoryVisibilityAction,
updateCategoryColorAction,
updateCategoryDescriptionAction,
updateCategoryVisibilityAction,
Expand Down

0 comments on commit a0d1f36

Please sign in to comment.