diff --git a/CHANGELOG.md b/CHANGELOG.md index e164487bd..4d451f8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.72.1](https://github.com/input-output-hk/atala-prism-docs/compare/v1.72.0...v1.72.1) (2024-01-03) + + +### :sparkles: Updates + +* build the typescript SDK through submodules. ([#70](https://github.com/input-output-hk/atala-prism-docs/issues/70)) ([2304a45](https://github.com/input-output-hk/atala-prism-docs/commit/2304a4543380ac18172bd5a14e0fd6f2761e5596)) +* revert back to nodejs 16 to fix ci ([#71](https://github.com/input-output-hk/atala-prism-docs/issues/71)) ([983b67c](https://github.com/input-output-hk/atala-prism-docs/commit/983b67caf3c7cf261a830e0095b827a8ced2a1d1)) + ## [1.72.0](https://github.com/input-output-hk/atala-prism-docs/compare/v1.71.0...v1.72.0) (2023-12-24) diff --git a/package-lock.json b/package-lock.json index b8aec7fc9..2a10bdc63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prism-documentation-portal", - "version": "1.72.0", + "version": "1.72.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prism-documentation-portal", - "version": "1.72.0", + "version": "1.72.1", "dependencies": { "@docusaurus/core": "^2.4.1", "@docusaurus/preset-classic": "^2.4.1", @@ -37,8 +37,7 @@ "typescript": "^4.9.5" }, "engines": { - "node": ">=20.9.0", - "npm": ">=10.1.0" + "node": ">=16.14" } }, "node_modules/@algolia/autocomplete-core": { diff --git a/package.json b/package.json index e497bf3da..352d356ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prism-documentation-portal", - "version": "1.72.0", + "version": "1.72.1", "private": true, "scripts": { "docusaurus": "docusaurus",