diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b102511..645a9601d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.75.0](https://github.com/input-output-hk/atala-prism-docs/compare/v1.74.0...v1.75.0) (2024-01-21) + + +### :rocket: New Content + +* update submodules documentation to latest ([a825ecf](https://github.com/input-output-hk/atala-prism-docs/commit/a825ecf0eea474cdd04588e8eee7767841987503)) + ## [1.74.0](https://github.com/input-output-hk/atala-prism-docs/compare/v1.73.0...v1.74.0) (2024-01-14) diff --git a/package-lock.json b/package-lock.json index 1076eb8f6..839163396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prism-documentation-portal", - "version": "1.74.0", + "version": "1.75.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prism-documentation-portal", - "version": "1.74.0", + "version": "1.75.0", "dependencies": { "@docusaurus/core": "^2.4.1", "@docusaurus/preset-classic": "^2.4.1", diff --git a/package.json b/package.json index 296947cf0..d8915ad18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prism-documentation-portal", - "version": "1.74.0", + "version": "1.75.0", "private": true, "scripts": { "docusaurus": "docusaurus",