Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobarracha committed Aug 13, 2024
1 parent c621e3e commit 8c62964
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [0.4.3](https://github.com/mattrglobal/pairing_crypto/compare/0.4.2...0.4.3)

Fix security vulnerabilities for `@mattrglobal/pairing-crypto-rn`

Updates `"react-native"` from version 0.68.0 to 0.72.8 on `@mattrglobal/pairing-crypto-rn`

# [0.4.2](https://github.com/mattrglobal/pairing_crypto/compare/0.4.1...0.4.2) (2023-09-20)

Node 18.x support
Expand All @@ -20,4 +26,4 @@ Implementation updates to align with [draft-irtf-cfrg-bbs-signatures-02](https:/

# [0.1.0](https://github.com/mattrglobal/pairing_crypto/compare/0.1.0...master) (2022-12-20)

Initial release
Initial release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pairing_crypto"
version = "0.4.2"
version = "0.4.3"
authors = ["Tobias Looker <[email protected]>", "Gaurav Tiwari <[email protected]>", "Vasilis Kalos <[email protected]>"]
description = "A library for some of the pairing cryptography schemes"
repository = "https://github.com/mattrglobal/pairing_crypto"
Expand Down
2 changes: 1 addition & 1 deletion wrappers/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mattrglobal/pairing-crypto-rn",
"version": "0.4.2",
"version": "0.4.3",
"description": "A native module implementation of the 'pairing crypto' crate for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion wrappers/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mattrglobal/pairing-crypto",
"version": "0.4.2",
"version": "0.4.3",
"author": "MATTR",
"license": "Apache-2.0",
"private": false,
Expand Down

0 comments on commit 8c62964

Please sign in to comment.