Skip to content

Commit

Permalink
build: bump version 1.1.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
DSergiu committed Apr 22, 2024
1 parent f619b8e commit be6c228
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
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.1.0-alpha",
"version": "1.1.0-alpha2",
"main": "dist/index.min.js",
"module": "dist/index.min.mjs",
"types": "dist/hcaptcha.d.ts",
Expand Down

0 comments on commit be6c228

Please sign in to comment.