diff --git a/CHANGELOG.md b/CHANGELOG.md index efcfe59..39a3380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/blb-ventures/resource/compare/v0.8.1...v0.9.0) (2023-05-12) + + +### Features + +* makes display function returns a generic and makes it more lax by defaulting it to string|null ([31280b3](https://github.com/blb-ventures/resource/commit/31280b3fa845cf0ae7ff251c18819fca8edf0ab0)) +* makes react-hook-form adapter return more lax by allowing it to return JSX.Element | null ([31280b3](https://github.com/blb-ventures/resource/commit/31280b3fa845cf0ae7ff251c18819fca8edf0ab0)) + ## [0.8.1](https://github.com/blb-ventures/resource/compare/v0.8.0...v0.8.1) (2023-05-12) diff --git a/package-lock.json b/package-lock.json index fedf5d1..0732072 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@blb-ventures/resource", - "version": "0.8.1", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@blb-ventures/resource", - "version": "0.8.1", + "version": "0.9.0", "license": "ISC", "devDependencies": { "@blb-ventures/eslint-config": "^0.1.6", diff --git a/package.json b/package.json index 90eaa0c..4fc133b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blb-ventures/resource", - "version": "0.8.1", + "version": "0.9.0", "description": "", "main": "./lib/index.js", "module": "./lib/index.mjs",