Skip to content

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.1](v1.3.0...v1.3.1) (2020-09-27)

### Bug Fixes

* fix wrong name ([3bdab3c](3bdab3c))
  • Loading branch information
semantic-release-bot committed Sep 27, 2020
1 parent 3bdab3c commit 084a4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q-floodfill",
"version": "1.3.0",
"version": "1.3.1",
"description": "Optimized, non-recursive flood fill using a scan line search",
"main": "dist/index.bundle.js",
"module": "dist/index.bundle.esm.js",
Expand Down

0 comments on commit 084a4c9

Please sign in to comment.