diff --git a/CHANGELOG.md b/CHANGELOG.md index e695306..46bb914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,12 @@ You can find below the list of changes since the creation of the plugin. +## 2.0.0a5 + +No merged PRs + + + ## 2.0.0a4 ([Full Changelog](https://github.com/plasmabio/tljh-repo2docker/compare/v2.0.0a3...1bd36bae9484728e02036bbeb190745b4be395e5)) @@ -79,8 +85,6 @@ You can find below the list of changes since the creation of the plugin. [@dependabot](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Adependabot+updated%3A2025-02-17..2025-02-17&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Atrungleduc+updated%3A2025-02-17..2025-02-17&type=Issues) - - ## 2.0.0a3 ([Full Changelog](https://github.com/plasmabio/tljh-repo2docker/compare/v2.0.0a2...f955d7a18f5e7e8a4c590370a1181d22aed39fd4)) diff --git a/package-lock.json b/package-lock.json index 9d2f9b7..80e585d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tljh_repo2docker_ui", - "version": "2.0.0-a4", + "version": "2.0.0-a5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tljh_repo2docker_ui", - "version": "2.0.0-a4", + "version": "2.0.0-a5", "license": "BSD-3-Clause", "dependencies": { "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index 04170f5..efb4221 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tljh_repo2docker_ui", "private": "true", - "version": "2.0.0-a4", + "version": "2.0.0-a5", "description": "tljh_repo2docker frontend package", "license": "BSD-3-Clause", "homepage": "https://github.com/plasmabio/tljh-repo2docker",