Skip to content

Commit 23ef290

Browse files
committed
update changelog
1 parent b2732c1 commit 23ef290

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.4
2+
3+
- Use snapshot tests to verify consistency
4+
- Ignore unnecessary files in npm tarball
5+
- Output sourcemap file
6+
- Add project logo
7+
- README content updates
8+
19
# 1.0.3
210

311
- Add link to demo page in the README

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head lang="en">
33
<meta charset="UTF-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
5-
<title>blobs</title>
5+
<title>blobs - playground</title>
66
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400" rel="stylesheet">
77
<script src="https://unpkg.com/blobs"></script>
88
</head>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blobs",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "svg blob generator",
55
"author": "g-harel",
66
"license": "MIT",

0 commit comments

Comments
 (0)