Skip to content

Commit

Permalink
Publish 2.0.0-beta.5
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
simonwep committed Jan 4, 2021
1 parent f71a2c9 commit 7edc893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ Each `evt` object will yield the following data:
{
// The original event, can be null in cases like select() or deselect()
event: MouseEvent | TouchEvent | null;

// Contains all selection related elements.
store: {

// All elements touched
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": "@simonwep/selection-js",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Simple, lightweight and modern library library for making visual DOM Selections.",
"main": "./lib/selection.min.js",
"module": "./lib/selection.min.mjs",
Expand Down

0 comments on commit 7edc893

Please sign in to comment.