Skip to content

Commit

Permalink
12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed May 24, 2023
1 parent e0c5c99 commit fdd810b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="12.0.1"></a>

## [12.0.1](https://github.com/DethAriel/ng-recaptcha/compare/v12.0.0...v12.0.1) (2023-05-24)

### Bug Fixes

- **package:** convert the `README.md` file back to a proper symlink ([e0c5c99](https://github.com/DethAriel/ng-recaptcha/commit/e0c5c99))

<a name="12.0.0"></a>

# [12.0.0](https://github.com/DethAriel/ng-recaptcha/compare/v11.0.0...v12.0.0) (2023-05-24)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-recaptcha-base",
"private": true,
"version": "12.0.0",
"version": "12.0.1",
"scripts": {
"demo:file-gen": "ts-node --project ./tsconfig.node.json ./projects/demo/bin/file-gen.ts",
"demo:serve": "yarn demo:file-gen && ng serve demo",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-recaptcha/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-recaptcha",
"description": "Angular component for Google reCAPTCHA",
"version": "12.0.0",
"version": "12.0.1",
"author": "Ruslan Arkhipau <dethariel@gmail.com>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit fdd810b

Please sign in to comment.