diff --git a/CHANGELOG.md b/CHANGELOG.md index c52a55d83..c98b70957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.78.1](https://github.com/input-output-hk/atala-prism-docs/compare/v1.78.0...v1.78.1) (2024-02-09) + + +### :sparkles: Updates + +* update swift sdk docs url ([#78](https://github.com/input-output-hk/atala-prism-docs/issues/78)) ([a367792](https://github.com/input-output-hk/atala-prism-docs/commit/a367792966a12e47d0f6cba6801dcbad859f2dcd)) + ## [1.78.0](https://github.com/input-output-hk/atala-prism-docs/compare/v1.77.0...v1.78.0) (2024-02-07) diff --git a/package-lock.json b/package-lock.json index 7ce9c0785..d8c4fa308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prism-documentation-portal", - "version": "1.78.0", + "version": "1.78.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prism-documentation-portal", - "version": "1.78.0", + "version": "1.78.1", "dependencies": { "@docusaurus/core": "^2.4.1", "@docusaurus/preset-classic": "^2.4.1", diff --git a/package.json b/package.json index 769ddaa4d..a8e96925d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prism-documentation-portal", - "version": "1.78.0", + "version": "1.78.1", "private": true, "scripts": { "docusaurus": "docusaurus",