diff --git a/CHANGELOG.md b/CHANGELOG.md index 084224d7..bf69c72a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## v5.1.1 +## v5.2.0 -*14 oct 2022* +*18 oct 2022* - Fixed issue related to Router can't find the route by hash with query (#355) - Added support for dynamic resolution (#352) diff --git a/docs/changelog.md b/docs/changelog.md index 084224d7..bf69c72a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,8 +1,8 @@ # Changelog -## v5.1.1 +## v5.2.0 -*14 oct 2022* +*18 oct 2022* - Fixed issue related to Router can't find the route by hash with query (#355) - Added support for dynamic resolution (#352) diff --git a/docs/package.json b/docs/package.json index 85e2f449..d7b36609 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@lightningjs/sdk", - "version": "5.1.1", + "version": "5.2.0", "license": "Apache-2.0", "types": "index.d.ts", "scripts": { diff --git a/package-lock.json b/package-lock.json index 61cdb9f3..00b5563c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lightningjs/sdk", - "version": "5.1.1", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lightningjs/sdk", - "version": "5.1.1", + "version": "5.2.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 85e2f449..d7b36609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lightningjs/sdk", - "version": "5.1.1", + "version": "5.2.0", "license": "Apache-2.0", "types": "index.d.ts", "scripts": {