Skip to content

Commit 81ef79e

Browse files
committed
build: 1.0.1 release
1 parent 7b43a4d commit 81ef79e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>1.0.1 (2022-07-27)</small>
2+
3+
* fix: don't lowercase `name` attributes - some filesystems are case-sensitive ([7b43a4d](https://github.com/readmeio/data-urls/commit/7b43a4d))
4+
* docs: adding a changelog ([5218189](https://github.com/readmeio/data-urls/commit/5218189))
5+
6+
7+
18
## 1.0.0 (2022-07-27)
29

310
* docs: adding some demos to the readme ([dd6316f](https://github.com/readmeio/data-urls/commit/dd6316f))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/data-urls",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A utility for parsing and validating data URLs.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)