Skip to content

Commit

Permalink
bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Feb 3, 2022
1 parent b86e1d6 commit 4949f1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v1.2.1

- fix: add p5.Color.prototype.indexOf, fixes https://github.com/zenozeng/p5.js-svg/issues/204

## v1.2.0

- test: p5.js@1.4.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ and manipulating existing SVG file without rasterization.
Add this line in your projects index.html :

```html
<script src="https://unpkg.com/p5.js-svg@1.2.0"></script>
<script src="https://unpkg.com/p5.js-svg@1.2.1"></script>
```

(p5.js-svg v1.2.x is compatible with p5.js v1.4.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "p5.js-svg",
"version": "1.2.0",
"version": "1.2.1",
"main": "./src/index.js",
"scripts": {
"start": "python3 -m http.server 3000",
Expand Down

0 comments on commit 4949f1c

Please sign in to comment.