diff --git a/CHANGELOG.md b/CHANGELOG.md index a32483ab990..c818c2c97af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [2.62.0](https://github.com/EddieHubCommunity/BioDrop/compare/v2.23.2...v2.62.0) (2023-10-05) +# [2.63.0](https://github.com/EddieHubCommunity/BioDrop/compare/v2.23.2...v2.63.0) (2023-10-06) ### Bug Fixes @@ -8,6 +8,7 @@ * default issue template dropdown to no ([#9234](https://github.com/EddieHubCommunity/BioDrop/issues/9234)) ([60142b2](https://github.com/EddieHubCommunity/BioDrop/commit/60142b23d0e5ad754bdbeb2b434d9e3447bf47d9)) * **deps:** bump zod from 3.22.2 to 3.22.3 ([#9318](https://github.com/EddieHubCommunity/BioDrop/issues/9318)) ([1dfecdb](https://github.com/EddieHubCommunity/BioDrop/commit/1dfecdb3d8bccc6f2a027d37b4a33d94bc414ad6)) * display more default icons [#8421](https://github.com/EddieHubCommunity/BioDrop/issues/8421) ([#9068](https://github.com/EddieHubCommunity/BioDrop/issues/9068)) ([5794d38](https://github.com/EddieHubCommunity/BioDrop/commit/5794d38b7aafd75321d932e450e9b289a11f60de)), closes [#8703](https://github.com/EddieHubCommunity/BioDrop/issues/8703) [#8684](https://github.com/EddieHubCommunity/BioDrop/issues/8684) +* docs layout ([#9339](https://github.com/EddieHubCommunity/BioDrop/issues/9339)) ([b846965](https://github.com/EddieHubCommunity/BioDrop/commit/b8469658dcc742edbce49b87357d263207ee33a7)) * hacktoberfest ignore label for profiles ([#9237](https://github.com/EddieHubCommunity/BioDrop/issues/9237)) ([5e43023](https://github.com/EddieHubCommunity/BioDrop/commit/5e430239011f975e733578e7adad1b2911ff0f69)) * max func duration ([#9224](https://github.com/EddieHubCommunity/BioDrop/issues/9224)) ([a9e717b](https://github.com/EddieHubCommunity/BioDrop/commit/a9e717b5707f5ebae1d3cc9b7807ba724d8889a1)) * max func duration move to file ([#9226](https://github.com/EddieHubCommunity/BioDrop/issues/9226)) ([530aeba](https://github.com/EddieHubCommunity/BioDrop/commit/530aeba72ee442d5acb667176f31304fc6cd316d)) diff --git a/config/app.json b/config/app.json index 249d134c65f..971bb4ba5e8 100644 --- a/config/app.json +++ b/config/app.json @@ -1,5 +1,5 @@ { - "version": "2.62.0", + "version": "2.63.0", "alerts": [], "layouts": [ "classic", diff --git a/package-lock.json b/package-lock.json index d1d11741e83..b741aef595a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "biodrop", - "version": "2.62.0", + "version": "2.63.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 46f445e5463..19eb1026635 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "biodrop", - "version": "2.62.0", + "version": "2.63.0", "private": false, "homepage": "https://biodrop.io", "engines": {