Skip to content

Commit 816a5b9

Browse files
committed
package: bump version
1 parent 89f3656 commit 816a5b9

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0]
11+
1012
### Added
1113

1214
- RecaptchaSize, RecaptchaTheme and RecaptchaType types.
@@ -29,4 +31,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931

3032
- Provide empty configs if none specified
3133

32-
[Unreleased]: https://github.com/Spaier/Spaier.Recaptcha/compare/1.0.0...HEAD
34+
[Unreleased]: https://github.com/Spaier/Spaier.Recaptcha/compare/1.1.0...HEAD
35+
[1.1.0]: https://github.com/Spaier/Spaier.Recaptcha/compare/1.0.0...1.1.0

docs/changelog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@ <h1 id="changelog">Changelog</h1>
458458
<p>All notable changes to this project will be documented in this file.</p>
459459
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
460460
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
461-
<h2 id="unreleased"><a href="https://github.com/Spaier/Spaier.Recaptcha/compare/1.0.0...HEAD">Unreleased</a></h2>
461+
<h2 id="unreleased"><a href="https://github.com/Spaier/Spaier.Recaptcha/compare/1.1.0...HEAD">Unreleased</a></h2>
462+
<h2 id="1-1-0"><a href="https://github.com/Spaier/Spaier.Recaptcha/compare/1.0.0...1.1.0">1.1.0</a></h2>
462463
<h3 id="added">Added</h3>
463464
<ul>
464465
<li>RecaptchaSize, RecaptchaTheme and RecaptchaType types.</li>

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spaier-ng-recaptcha",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "library for using reCAPTCHA in angular",
55
"author": "Pavel Levchuk <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)