Skip to content

Commit

Permalink
v0.0.17 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Jul 21, 2023
1 parent 325aa9f commit 01d6545
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.17] - 2023-07-21

### Added

- Anonymous support using zkSNARK.

### Changed

- Election `meta` field has a more lax typing.

## [0.0.16] - 2023-07-04

### Added
Expand Down Expand Up @@ -201,6 +211,7 @@ which extend from the abstract `Election` class.

- First unstable version of the SDK for testing purposes

[0.0.17]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.17
[0.0.16]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.16
[0.0.15]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.15
[0.0.14]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.14
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ For creating elections or vote on them, blockchain transactions need to be
build, thus a signer is required. Any kind of standard [ethers] signer should
work.

This project has been bundled into many different formats in order for you to
This project has been bundled into many formats in order for you to
import it based on the environment you're using it. When importing it via
`@vocdoni/sdk` it will chose a version based on your current environment
`@vocdoni/sdk` it will choose a version based on your current environment
(commonjs or esm). There's also another UMD version which can be accessed via
`@vocdoni/sdk/umd` in case you need it.

Expand Down Expand Up @@ -145,7 +145,7 @@ The `createAccount` also accepts some information about the account:
### Vocdoni tokens; faucet & balance

Accounts require Vocdoni tokens in order to be able to register against our
blokchain. The process above will automatically fetch some tokens from a faucet
blockchain. The process above will automatically fetch some tokens from a faucet
**under development**. For production environments, you should contact us (Vocdoni)
for a byte64 string faucet, and specify it when creating your account:

Expand Down Expand Up @@ -275,7 +275,7 @@ election.addQuestion('Ain\'t this process awesome?', 'Question description', [
])
~~~

> If you're a developer, maybe the value set to zero in Yes (and viceversa)
> If you're a developer, maybe the value set to zero in Yes (and vice-versa)
> confuses you. Note that this is a mapping of values; people voting on Yes will
> properly set the value as specified (zero in this case), thus printing the
> results as you expect.
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": "@vocdoni/sdk",
"author": "Vocdoni",
"version": "0.0.16",
"version": "0.0.17",
"description": "⚒️An SDK for building applications on top of Vocdoni API",
"repository": "https://github.com/vocdoni/vocdoni-sdk.git",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 01d6545

Please sign in to comment.