Skip to content

Commit eb76893

Browse files
committed
0.1.2
1 parent 6021255 commit eb76893

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
Fix throwing new `TypeError` in `createFilterArray()` factory function.
6+
37
## 0.1.1
48

59
Fix main entry points to target default instance.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcaskill/html-build-attributes",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Generate a string of HTML attributes.",
55
"license": "MIT",
66
"homepage": "https://github.com/mcaskill/js-html-build-attributes",

0 commit comments

Comments
 (0)