diff --git a/CHANGELOG.md b/CHANGELOG.md index 58df4bf..1859382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.26.1](https://github.com/EddieHubCommunity/CreatorsRegistry/compare/v0.26.0...v0.26.1) (2024-07-05) + + +### Bug Fixes + +* make external links open in new tabs ([#114](https://github.com/EddieHubCommunity/CreatorsRegistry/issues/114)) ([51d3139](https://github.com/EddieHubCommunity/CreatorsRegistry/commit/51d31398caa01cb762e1301ac6f210da6ebdae3d)), closes [#107](https://github.com/EddieHubCommunity/CreatorsRegistry/issues/107) + + + # [0.26.0](https://github.com/EddieHubCommunity/CreatorsRegistry/compare/v0.25.1...v0.26.0) (2024-07-05) @@ -34,12 +43,3 @@ -# [0.23.0](https://github.com/EddieHubCommunity/CreatorsRegistry/compare/v0.22.0...v0.23.0) (2024-06-28) - - -### Features - -* github icon link in header ([d7785ca](https://github.com/EddieHubCommunity/CreatorsRegistry/commit/d7785caab800b70e536c7e242b38aa581c60ecc4)) - - - diff --git a/package-lock.json b/package-lock.json index 7fe915b..5564ba7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "content-creators", - "version": "0.26.0", + "version": "0.26.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index c21ea7e..36567db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-creators", - "version": "0.26.0", + "version": "0.26.1", "private": false, "scripts": { "dev": "next dev", diff --git a/src/config/app.json b/src/config/app.json index 8e7d5be..9ccfc30 100644 --- a/src/config/app.json +++ b/src/config/app.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "platforms": { "twitter": { "value": "twitter",