Skip to content

Commit fb46daf

Browse files
committed
release: cut 2.0.1
1 parent db8529a commit fb46daf

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.1]
11+
12+
### Changed
13+
14+
- Update docs
15+
1016
## [2.0.0]
1117

1218
### Added
@@ -65,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6571

6672
- Provide empty configs if none specified
6773

68-
[Unreleased]: https://github.com/Spaier/spaier-ng-recaptcha/compare/2.0.0...HEAD
74+
[Unreleased]: https://github.com/Spaier/spaier-ng-recaptcha/compare/2.0.1...HEAD
75+
[2.0.1]: https://github.com/Spaier/spaier-ng-recaptcha/compare/2.0.0...2.0.1
6976
[2.0.0]: https://github.com/Spaier/spaier-ng-recaptcha/compare/1.1.0...2.0.0
7077
[1.1.1]: https://github.com/Spaier/spaier-ng-recaptcha/compare/1.0.0...1.1.0
7178
[1.1.0]: https://github.com/Spaier/spaier-ng-recaptcha/compare/1.0.0...1.1.0

docs/changelog.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ <h1 id="changelog">Changelog</h1>
3737
<p>All notable changes to this project will be documented in this file.</p>
3838
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
3939
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
40-
<h2 id="unreleased"><a href="https://github.com/Spaier/spaier-ng-recaptcha/compare/2.0.0...HEAD">Unreleased</a></h2>
40+
<h2 id="unreleased"><a href="https://github.com/Spaier/spaier-ng-recaptcha/compare/2.0.1...HEAD">Unreleased</a></h2>
41+
<h2 id="2-0-1"><a href="https://github.com/Spaier/spaier-ng-recaptcha/compare/2.0.0...2.0.1">2.0.1</a></h2>
42+
<h3 id="changed">Changed</h3>
43+
<ul>
44+
<li>Update docs</li>
45+
</ul>
4146
<h2 id="2-0-0"><a href="https://github.com/Spaier/spaier-ng-recaptcha/compare/1.1.0...2.0.0">2.0.0</a></h2>
4247
<h3 id="added">Added</h3>
4348
<ul>

docs/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/spaier-ng-recaptcha/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spaier-ng-recaptcha",
3-
"version": "2.0.0",
4-
"description": "library for using reCAPTCHA in angular",
3+
"version": "2.0.1",
4+
"description": "Google reCAPTCHA v2 or v3 for angular. Directive with forms support and service.",
55
"author": "Pavel Levchuk <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/Spaier/spaier-ng-recaptcha",
@@ -12,7 +12,13 @@
1212
},
1313
"keywords": [
1414
"angular",
15+
"captcha",
1516
"recaptcha",
17+
"google",
18+
"forms",
19+
"recaptcha v2",
20+
"recaptcha v3",
21+
"invisible recaptcha",
1622
"angular-recaptcha",
1723
"ng-recaptcha",
1824
"grecaptcha"

0 commit comments

Comments
 (0)