Skip to content

Commit

Permalink
chore(release): 4.2.0-exp.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0-exp.1](v4.1.0...v4.2.0-exp.1) (2023-08-04)

### Features

* **crypto:** add ChaCha20 Encrypt and Decrypt functions ([c4c2672](c4c2672))
  • Loading branch information
semantic-release-bot committed Aug 4, 2023
1 parent c4c2672 commit 4776889
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}
],
"sitemap": {
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/4.1",
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/4.2",
"changefreq": "monthly",
"fileOptions": {
"api/*": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand.Unity",
"version": "4.1.0",
"version": "4.2.0-exp.1",
"unity": "2021.3",
"keywords": [
"algorand",
Expand All @@ -21,9 +21,9 @@
"access": "public"
},
"repository": "github:CareBoo/unity-algorand-sdk",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/4.1/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/4.1",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/4.1/license",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/4.2/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/4.2",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/4.2/license",
"author": {
"name": "CareBoo",
"url": "https://github.com/CareBoo"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


# [4.2.0-exp.1](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.1.0...v4.2.0-exp.1) (2023-08-04)


### Features

* **crypto:** add ChaCha20 Encrypt and Decrypt functions ([c4c2672](https://github.com/CareBoo/unity-algorand-sdk/commit/c4c267230e046a67efcf238c0d45bf110b30c2f9))

# [4.1.0](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.0.0...v4.1.0) (2023-05-03)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Read [Getting Started](docs/getting_started.md) to learn the basic workflows for

### Documentation Site

Docs for this version were generated at https://careboo.github.io/unity-algorand-sdk/4.1.
Docs for this version were generated at https://careboo.github.io/unity-algorand-sdk/4.2.

### Samples

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand.Unity",
"version": "4.1.0",
"version": "4.2.0-exp.1",
"unity": "2021.3",
"keywords": [
"algorand",
Expand All @@ -21,9 +21,9 @@
"access": "public"
},
"repository": "github:CareBoo/unity-algorand-sdk",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/4.1/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/4.1",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/4.1/license",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/4.2/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/4.2",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/4.2/license",
"author": {
"name": "CareBoo",
"url": "https://github.com/CareBoo"
Expand Down

0 comments on commit 4776889

Please sign in to comment.