diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..d164983 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,6 @@ +# Changelog + +# 1.1.0-alpha + +- feat: support dynamic JS API attributes +- feat: esm build diff --git a/package.json b/package.json index 3b37c4b..5f8dc0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vanilla-hcaptcha", "description": "Vanilla Web Component for hCaptcha. 0 dependencies. <1kb gzipped.", - "version": "1.0.3", + "version": "0.0.0", "author": { "name": "hCaptcha ", "url": "https://www.hcaptcha.com" diff --git a/packages/vanilla-hcaptcha/package.json b/packages/vanilla-hcaptcha/package.json index 8f50788..1b78472 100644 --- a/packages/vanilla-hcaptcha/package.json +++ b/packages/vanilla-hcaptcha/package.json @@ -1,7 +1,7 @@ { "name": "@hcaptcha/vanilla-hcaptcha", "description": "Vanilla Web Component for hCaptcha. 0 dependencies. <1kb gzipped.", - "version": "1.0.3", + "version": "1.1.0-alpha", "main": "dist/index.min.js", "module": "dist/index.min.mjs", "types": "dist/hcaptcha.d.ts",