File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.5
2
+
3
+ - Fix assets in README on npmjs.com
4
+
1
5
# 1.0.4
2
6
3
7
- Use snapshot tests to verify consistency
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<a href="https://blobs.dev">
3
- <img width="460" height="300" src="./assets/logo-color.svg">
3
+ <img width="460" height="300" src="./assets/logo-color.svg?sanitize=true ">
4
4
</a>
5
5
<br>
6
6
<a href="https://www.npmjs.com/package/blobs">
@@ -84,5 +84,5 @@ const options = {
84
84
85
85
<p align =" center " >
86
86
<br><br>
87
- <img width="100" src="./assets/logo-grey.svg" />
87
+ <img width="100" src="./assets/logo-grey.svg?sanitize=true " />
88
88
</p >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " blobs" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " svg blob generator" ,
5
5
"author" : " g-harel" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments