diff --git a/History.md b/History.md index 57e25f8..f9e8938 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +1.4.1 / 2021-04-27 +================== + + * Fix XSS via prototype pollution (#48) + * Setup CI (#49) + * add MIT license file + 1.4.0 / 2015-07-15 ================== diff --git a/component.json b/component.json index 40b39f7..a1c6eb8 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "domify", - "version": "1.4.0", + "version": "1.4.1", "description": "turn HTML into DOM elements", "development": { "component/assert": "*" diff --git a/package.json b/package.json index 52cccae..7cc1a6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domify", - "version": "1.4.0", + "version": "1.4.1", "description": "turn HTML into DOM elements", "keywords": [ "dom",