diff --git a/CHANGELOG.md b/CHANGELOG.md index f0bcf2a21..3152f8499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.85.1](https://github.com/input-output-hk/atala-prism-docs/compare/v1.85.0...v1.85.1) (2024-03-29) + + +### :sparkles: Updates + +* Broken link in quick start guide ([#85](https://github.com/input-output-hk/atala-prism-docs/issues/85)) ([a195075](https://github.com/input-output-hk/atala-prism-docs/commit/a1950750459677cd80bcc377147cf7f784f5da9d)) + ## [1.85.0](https://github.com/input-output-hk/atala-prism-docs/compare/v1.84.0...v1.85.0) (2024-03-24) diff --git a/package-lock.json b/package-lock.json index 9689a09ba..5d646a323 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prism-documentation-portal", - "version": "1.85.0", + "version": "1.85.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prism-documentation-portal", - "version": "1.85.0", + "version": "1.85.1", "dependencies": { "@docusaurus/core": "^2.4.1", "@docusaurus/preset-classic": "^2.4.1", diff --git a/package.json b/package.json index 8aafde6f0..09fc953cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prism-documentation-portal", - "version": "1.85.0", + "version": "1.85.1", "private": true, "scripts": { "docusaurus": "docusaurus",