From be6c22857f07689e92eff041590d1689ef044b66 Mon Sep 17 00:00:00 2001 From: Sergiu Danalachi Date: Mon, 22 Apr 2024 12:45:33 +0300 Subject: [PATCH] build: bump version 1.1.0-alpha2 --- .github/workflows/ci.yml | 2 +- CHANGES.md | 5 +++++ packages/vanilla-hcaptcha/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ef8eb8..0bdb333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - run: pnpm test - - run: cp README.md packages/vanilla-hcaptcha + - run: cp README.md CHANGES.md packages/vanilla-hcaptcha - name: 'Publish' if: contains('refs/heads/master', github.ref) diff --git a/CHANGES.md b/CHANGES.md index d164983..4ab55ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changelog +# 1.1.0-alpha2 + +- feat: enable typescript strict mode +- chore: next.js example app + # 1.1.0-alpha - feat: support dynamic JS API attributes diff --git a/packages/vanilla-hcaptcha/package.json b/packages/vanilla-hcaptcha/package.json index 3b82275..3009c7d 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.1.0-alpha", + "version": "1.1.0-alpha2", "main": "dist/index.min.js", "module": "dist/index.min.mjs", "types": "dist/hcaptcha.d.ts",