Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
g-harel committed Sep 11, 2019
1 parent b2732c1 commit 23ef290
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.0.4

- Use snapshot tests to verify consistency
- Ignore unnecessary files in npm tarball
- Output sourcemap file
- Add project logo
- README content updates

# 1.0.3

- Add link to demo page in the README
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>blobs</title>
<title>blobs - playground</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400" rel="stylesheet">
<script src="https://unpkg.com/blobs"></script>
</head>
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": "blobs",
"version": "1.0.3",
"version": "1.0.4",
"description": "svg blob generator",
"author": "g-harel",
"license": "MIT",
Expand Down

0 comments on commit 23ef290

Please sign in to comment.