diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a65c96..b13ea0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.8.5](https://github.com/mcauto/todo-list-fastapi/compare/v1.8.4...v1.8.5) (2020-06-06) + ### [1.8.4](https://github.com/mcauto/todo-list-fastapi/compare/v1.8.1...v1.8.4) (2020-06-06) ### [1.8.3](https://github.com/mcauto/todo-list-fastapi/compare/v1.8.1...v1.8.3) (2020-06-06) diff --git a/package-lock.json b/package-lock.json index 0516307..f8cd392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "todo-list-fastapi", - "version": "1.8.4", + "version": "1.8.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16c2ddf..4e6be32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "todo-list-fastapi", - "version": "1.8.4", + "version": "1.8.5", "description": "practice project", "main": "src/main.py", "license": "MIT",