diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2ff3fa2..2658a10a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.95.3](https://github.com/input-output-hk/atala-prism-docs/compare/v1.95.2...v1.95.3) (2024-05-29) + + +### :sparkles: Updates + +* Rename Infra documentation ([#98](https://github.com/input-output-hk/atala-prism-docs/issues/98)) ([18be685](https://github.com/input-output-hk/atala-prism-docs/commit/18be685efd7c01ede970495edfa3705c8cd567cd)) + ## [1.95.2](https://github.com/input-output-hk/atala-prism-docs/compare/v1.95.1...v1.95.2) (2024-05-29) diff --git a/package-lock.json b/package-lock.json index 8441aa4cb..21995e79a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "prism-documentation-portal", - "version": "1.95.2", + "name": "identus-documentation-portal", + "version": "1.95.3", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "prism-documentation-portal", - "version": "1.95.2", + "name": "identus-documentation-portal", + "version": "1.95.3", "dependencies": { "@docusaurus/core": "^2.4.1", "@docusaurus/preset-classic": "^2.4.1", diff --git a/package.json b/package.json index bda3caaf7..b5e0dbe76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "identus-documentation-portal", - "version": "1.95.2", + "version": "1.95.3", "private": true, "scripts": { "docusaurus": "docusaurus",