File tree Expand file tree Collapse file tree 4 files changed +24
-6
lines changed
projects/spaier-ng-recaptcha Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
3939and 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 >
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments