diff --git a/CHANGELOG.md b/CHANGELOG.md index d30c89c6..96302d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.4](https://github.com/ForestAdmin/lumber/compare/v3.10.3...v3.10.4) (2020-12-01) + + +### Bug Fixes + +* handle medium integer type ([#506](https://github.com/ForestAdmin/lumber/issues/506)) ([b145dd5](https://github.com/ForestAdmin/lumber/commit/b145dd56eadd1e7131c4ebe8a7a04d342534171c)) + ## [3.10.3](https://github.com/ForestAdmin/lumber/compare/v3.10.2...v3.10.3) (2020-11-27) diff --git a/package.json b/package.json index 240830e0..760f76a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lumber-cli", "description": "Create your Forest Admin API in minutes. Admin API backend based on a database schema", - "version": "3.10.3", + "version": "3.10.4", "main": "lumber.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js ./*.js .eslint-bin deserializers serializers services test utils",