Skip to content

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Jul 6, 2021
1 parent 25d9caa commit fc5aa40
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.1.1

- fix: push/pop, fixes #191, fixes #192
- test: add test for push

## v1.1.0

- test: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ and manipulating existing SVG file without rasterization.
Add this line in your projects index.html :

```html
<script src="https://unpkg.com/[email protected].0"></script>
<script src="https://unpkg.com/[email protected].1"></script>
```

(p5.js-svg v1.1.0 is compatible with p5.js v1.4.0)
(p5.js-svg v1.1.x is compatible with p5.js v1.4.0)

Open your sketch.js and edit it:

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": "p5.js-svg",
"version": "1.1.0",
"version": "1.1.1",
"main": "./src/index.js",
"scripts": {
"start": "python3 -m http.server 3000",
Expand Down

0 comments on commit fc5aa40

Please sign in to comment.