Skip to content

Commit

Permalink
build: bump version 1.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
DSergiu committed Apr 17, 2024
1 parent 316908c commit 151a7bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

# 1.1.0-alpha

- feat: support dynamic JS API attributes
- feat: esm build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"url": "https://www.hcaptcha.com"
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-hcaptcha/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 151a7bb

Please sign in to comment.