diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2734339..cfec4ef54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/uport-project/daf/compare/v2.2.1...v2.3.0) (2020-02-18) + + +### Features + +* Adding daf-react-native-libsodium ([6446411](https://github.com/uport-project/daf/commit/6446411d2acdd52b75242e56ab5428f80f8ba261)) + + + + + ## [2.2.1](https://github.com/uport-project/daf/compare/v2.2.0...v2.2.1) (2020-02-17) diff --git a/lerna.json b/lerna.json index 58ab5919b..750346a03 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.2.1", + "version": "2.3.0", "packages": [ "packages/*" ], diff --git a/packages/daf-react-native-libsodium/CHANGELOG.md b/packages/daf-react-native-libsodium/CHANGELOG.md new file mode 100644 index 000000000..b202c65d4 --- /dev/null +++ b/packages/daf-react-native-libsodium/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.3.0](https://github.com/uport-project/daf/compare/v2.2.1...v2.3.0) (2020-02-18) + + +### Features + +* Adding daf-react-native-libsodium ([6446411](https://github.com/uport-project/daf/commit/6446411d2acdd52b75242e56ab5428f80f8ba261)) diff --git a/packages/daf-react-native-libsodium/package.json b/packages/daf-react-native-libsodium/package.json index a3964c9f4..d07e5c08a 100644 --- a/packages/daf-react-native-libsodium/package.json +++ b/packages/daf-react-native-libsodium/package.json @@ -1,7 +1,7 @@ { "name": "daf-react-native-libsodium", "description": "DAF react native libsodium modules", - "version": "2.1.0", + "version": "2.3.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": {