diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 419d421ec..4a44f1040 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,6 +3,6 @@ "packages/connector": "0.1.0", "packages/types": "0.1.0", "packages/datamanager": "0.1.0", - "libs/utils": "1.0.0", + "libs/utils": "1.1.0", "libs/did-provider-ebsi": "1.0.0" } diff --git a/libs/utils/CHANGELOG.md b/libs/utils/CHANGELOG.md index 53bea6900..f1e530a0a 100644 --- a/libs/utils/CHANGELOG.md +++ b/libs/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/blockchain-lab-um/masca/compare/utils-v1.0.0...utils-v1.1.0) (2023-05-03) + + +### :rocket: Features + +* update packages to esm ([#135](https://github.com/blockchain-lab-um/masca/issues/135)) ([fb7f759](https://github.com/blockchain-lab-um/masca/commit/fb7f7591e2bd366cbe97c07a14a8920350d58715)) +* website internationalization ([#153](https://github.com/blockchain-lab-um/masca/issues/153)) ([4e5f8be](https://github.com/blockchain-lab-um/masca/commit/4e5f8bec75f6c412d862f0739f16b1560809bdf8)) + ## [1.0.0](https://github.com/blockchain-lab-um/ssi-snap/compare/utils-v1.0.0...utils-v1.0.0) (2023-04-06) diff --git a/libs/utils/package.json b/libs/utils/package.json index c9693b7c5..ce3d27456 100644 --- a/libs/utils/package.json +++ b/libs/utils/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/utils", - "version": "1.0.0", + "version": "1.1.0", "private": false, "description": "Helper utilities for Masca monorepo", "keywords": [],