diff --git a/CHANGELOG.md b/CHANGELOG.md index c1dea5be..bad8b69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.6.0](https://github.com/Greenstand/treetracker-admin/compare/v2.5.0...v2.6.0) (2021-01-09) + + +### Features + +* trying to fix tests on server ([#479](https://github.com/Greenstand/treetracker-admin/issues/479)) ([4b9c8ed](https://github.com/Greenstand/treetracker-admin/commit/4b9c8edfd916664cf6065cc620360daa223acfe4)) + # [2.5.0](https://github.com/Greenstand/treetracker-admin/compare/v2.4.4...v2.5.0) (2020-12-22) diff --git a/package.json b/package.json index 5e229957..6a13da3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "treetracker-admin", - "version": "2.5.0", + "version": "2.6.0", "private": true, "description": "This portion of the project is to process tree data. Treetracker's Admin Panel frontend and RESTful API built with Loopback.", "dependencies": {},