## 0.7.0 (2024-05-25)


### 🚀 Features

- **caliobase:** if an entity has no generated ids, then we can upsert


### ❤️  Thank You

- Joe Flateau

## 0.6.7-0 (2024-03-04)

This was a version bump only for caliobase to align it with other projects, there were no code changes.

## 0.6.6 (2024-03-04)

This was a version bump only for caliobase to align it with other projects, there were no code changes.

## 0.6.5 (2024-03-04)

This was a version bump only for caliobase to align it with other projects, there were no code changes.

## [0.6.4](https://github.com/justicointeractive/caliobase/compare/caliobase-0.6.3...caliobase-0.6.4) (2024-02-29)

### Dependency Updates

- `typeorm-migrations` updated to version `0.0.8`

## [0.6.3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.6.2...caliobase-0.6.3) (2024-02-21)

### Dependency Updates

- `typeorm-migrations` updated to version `0.0.7`

### [0.6.2](https://github.com/justicointeractive/caliobase/compare/caliobase-0.6.1...caliobase-0.6.2) (2023-11-27)

### Bug Fixes

- **caliobase:** also apply find options to find one ([7b404e8](https://github.com/justicointeractive/caliobase/commit/7b404e821a93d706da6e216271b2aa25dafcf0c5))
- **caliobase:** tests ([ebe3be1](https://github.com/justicointeractive/caliobase/commit/ebe3be152538ac7cdf0ba998eadea2be605deca0))

### [0.6.1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.6.0...caliobase-0.6.1) (2023-11-27)

### Bug Fixes

- **caliobase:** default find options ([c87e6a0](https://github.com/justicointeractive/caliobase/commit/c87e6a07727e1ba989e4f58aa997a2e56bfeac13))

## [0.6.0](https://github.com/justicointeractive/caliobase/compare/caliobase-0.5.4...caliobase-0.6.0) (2023-11-27)

### Features

- **caliobase:** allow a controller to set default find params ([92c7624](https://github.com/justicointeractive/caliobase/commit/92c7624db8c68084205de08a87abb62d53d50c2e))

### [0.5.4](https://github.com/justicointeractive/caliobase/compare/caliobase-0.5.3...caliobase-0.5.4) (2023-11-11)

### Bug Fixes

- **caliobase:** only write swagger spec if it has changed ([5f56960](https://github.com/justicointeractive/caliobase/commit/5f56960618636026f23abcfa4721ee396560bd04))

### [0.5.3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.5.2...caliobase-0.5.3) (2023-07-19)

### Dependency Updates

- `typeorm-migrations` updated to version `0.0.6`

### Bug Fixes

- **typeorm-migrations:** add ability acquire a mutex/lock ([43c0794](https://github.com/justicointeractive/caliobase/commit/43c07948228365ef89a39fc9e44ed69897924437))

### [0.5.2](https://github.com/justicointeractive/caliobase/compare/caliobase-0.5.1...caliobase-0.5.2) (2023-05-06)

### Bug Fixes

- **caliobase:** define orgId column ([2fffb7a](https://github.com/justicointeractive/caliobase/commit/2fffb7a4271327984d40d04b878294b8c1358f3a))

### [0.5.1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.5.0...caliobase-0.5.1) (2023-04-30)

### Bug Fixes

- **caliobase:** in operator when a single item is provided ([39ab645](https://github.com/justicointeractive/caliobase/commit/39ab6456b4e9b33d182a13b714783520e98e6a34))

## [0.5.0](https://github.com/justicointeractive/caliobase/compare/caliobase-0.4.4...caliobase-0.5.0) (2023-04-30)

### Features

- **caliobase:** allow custom operators on queryable properties ([64a1fbc](https://github.com/justicointeractive/caliobase/commit/64a1fbc88a29bc9472058ff3e3924d5b42fc2728))

### [0.4.4](https://github.com/justicointeractive/caliobase/compare/caliobase-0.4.3...caliobase-0.4.4) (2023-04-30)

### Dependency Updates

- `typeorm-migrations` updated to version `0.0.5`

### [0.4.3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.4.2...caliobase-0.4.3) (2023-04-29)

### Bug Fixes

- updates needed to work with typeorm update ([d6220a4](https://github.com/justicointeractive/caliobase/commit/d6220a435c67868bdf80726090afccd319ab3fb0))

### [0.4.2](https://github.com/justicointeractive/caliobase/compare/caliobase-0.4.1...caliobase-0.4.2) (2023-04-15)

### Bug Fixes

- add entity providers to module ([36c003e](https://github.com/justicointeractive/caliobase/commit/36c003e194c6c6e5f9009d6c35a9c32ccbce3ef3))

### [0.4.1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.4.0...caliobase-0.4.1) (2023-04-15)

### Bug Fixes

- let entity modules include providers ([90f9790](https://github.com/justicointeractive/caliobase/commit/90f9790f8dbac4f2259bc7b8c9c1a180e9fd4971))

## [0.4.0](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.26...caliobase-0.4.0) (2023-04-15)

### Dependency Updates

- `typeorm-migrations` updated to version `0.0.3`

### Features

- add a way for entity subscribers to have injections ([9fb3377](https://github.com/justicointeractive/caliobase/commit/9fb3377baa714bab72d444c50ec0a38abe159127))

### [0.3.26](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.25...caliobase-0.3.26) (2023-03-04)

### Bug Fixes

- limit/skip parameters for pagination with joins ([a090bf6](https://github.com/justicointeractive/caliobase/commit/a090bf676426f41c3759b3e5fd45336723f7a97b))

### [0.3.25](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.24...caliobase-0.3.25) (2023-03-03)

### [0.3.24](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.23...caliobase-0.3.24) (2022-11-11)

### Dependency Updates

- `typeorm-migrations` updated to version `0.0.2`

### [0.3.23](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.22...caliobase-0.3.23) (2022-10-26)

### Bug Fixes

- **caliobase:** loading relations ([d07103f](https://github.com/justicointeractive/caliobase/commit/d07103fdfa76dc228eb696a434f3f1fd4218b13b))

### [0.3.22](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.21...caliobase-0.3.22) (2022-10-26)

### Bug Fixes

- **caliobase:** allow selectively loading relations ([372e42b](https://github.com/justicointeractive/caliobase/commit/372e42b6e860f7b34bffb45660c34a8c2cd1e5f5))

### [0.3.21](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.20...caliobase-0.3.21) (2022-10-17)

### Bug Fixes

- **caliobase:** ensure orderBy is an array ([a80e707](https://github.com/justicointeractive/caliobase/commit/a80e707b2df5e57276299dd3625495aee1433a2a))

### [0.3.20](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.19...caliobase-0.3.20) (2022-10-16)

### Bug Fixes

- **caliobase:** support objects larger than 2GB ([37efcd1](https://github.com/justicointeractive/caliobase/commit/37efcd13d646c50fd37c9ff60be3bdd3bc8719a2))

### [0.3.19](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.18...caliobase-0.3.19) (2022-10-14)

### Bug Fixes

- mix in entity owners where needed ([aa168f7](https://github.com/justicointeractive/caliobase/commit/aa168f7f71bb7adb1698050532bc4ee44e83a85c))

### [0.3.18](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.17...caliobase-0.3.18) (2022-10-08)

### Bug Fixes

- **caliobase:** add a way to write out swagger api doc without exiting ([a2af8a7](https://github.com/justicointeractive/caliobase/commit/a2af8a786dfb6ad7e66019273bee681928d72833))

### [0.3.17](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.16...caliobase-0.3.17) (2022-09-29)

### Bug Fixes

- **caliobase:** fix passing along upload id and parts ([3e43742](https://github.com/justicointeractive/caliobase/commit/3e43742e3db6dd0ca4654086a8234bda68ef9168))
- **caliobase:** pass along upload id for completion ([d6103df](https://github.com/justicointeractive/caliobase/commit/d6103dfd4d7dcc2e4224c071e1e665efba6968d7))

### [0.3.16](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.15...caliobase-0.3.16) (2022-09-29)

### Bug Fixes

- **caliobase:** multipart upload completion ([d8894d1](https://github.com/justicointeractive/caliobase/commit/d8894d133c3ede7bbc412ecddadd87b954d97135))

### [0.3.15](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.14...caliobase-0.3.15) (2022-09-29)

### Bug Fixes

- **caliobase:** remove duplicate object id ([7f5d639](https://github.com/justicointeractive/caliobase/commit/7f5d63995f99f8be09c5328e06e2ba7a07226810))

### [0.3.14](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.13...caliobase-0.3.14) (2022-09-29)

### [0.3.13](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.12...caliobase-0.3.13) (2022-09-29)

### Bug Fixes

- **caliobase:** signed part urls type ([e4c10c8](https://github.com/justicointeractive/caliobase/commit/e4c10c83b65134ecedf8ae5f77cf53f6df2afed2))

### [0.3.12](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.11...caliobase-0.3.12) (2022-09-29)

### Bug Fixes

- **caliobase:** multipart object uploads ([5eb6607](https://github.com/justicointeractive/caliobase/commit/5eb6607beaf621d38422474a5d36a3ee1bc2d097))

### [0.3.11](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.10...caliobase-0.3.11) (2022-09-28)

### Bug Fixes

- **caliobase:** another place to update object storage status values ([750112c](https://github.com/justicointeractive/caliobase/commit/750112c3a8773e6f86492a0b86eaa67da4d7602a))

### [0.3.10](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.9...caliobase-0.3.10) (2022-09-28)

### Bug Fixes

- **caliobase:** object storage status enum ([1a6bcfc](https://github.com/justicointeractive/caliobase/commit/1a6bcfc65a052fafc4691079f68ee8419856d869))

### [0.3.9](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.8...caliobase-0.3.9) (2022-09-28)

### [0.3.8](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.7...caliobase-0.3.8) (2022-09-22)

### Bug Fixes

- create organization with user sign up if allowed ([08a6504](https://github.com/justicointeractive/caliobase/commit/08a65046a28753f0eee68ddadcea70e563f885e5))

### [0.3.7](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.6...caliobase-0.3.7) (2022-09-21)

### Reverts

- Revert "test(caliobase): fix runMigrations snapshots" ([e739e7a](https://github.com/justicointeractive/caliobase/commit/e739e7a3a691676716c00531f49893d0cebf7f7a))

### [0.3.6](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.5...caliobase-0.3.6) (2022-09-10)

### Bug Fixes

- **caliobase:** add migration timestamp column ([e43ad1e](https://github.com/justicointeractive/caliobase/commit/e43ad1ea904fc3bc8c85b07952d346f1a9526309))

### [0.3.5](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.4...caliobase-0.3.5) (2022-09-08)

### [0.3.4](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.3...caliobase-0.3.4) (2022-09-08)

### [0.3.3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.2...caliobase-0.3.3) (2022-09-07)

### Bug Fixes

- **caliobase:** commander dependency problem ([82766ba](https://github.com/justicointeractive/caliobase/commit/82766ba21f21a05ce0da1a58bbc145333ed9a5b7))

### [0.3.2](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.1...caliobase-0.3.2) (2022-09-07)

### Bug Fixes

- **caliobase:** transaction deadlock ([36325c1](https://github.com/justicointeractive/caliobase/commit/36325c17f9f255799c074ffa8485c969ace26f0a))

### [0.3.1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.3.0...caliobase-0.3.1) (2022-09-06)

### Bug Fixes

- **caliobase:** allow skipping multiple catch-up migrations ([d36bae5](https://github.com/justicointeractive/caliobase/commit/d36bae5db909e325e519dce87339697fb5b31d3c))

## [0.3.0](https://github.com/justicointeractive/caliobase/compare/caliobase-0.2.2...caliobase-0.3.0) (2022-09-06)

### Features

- **caliobase:** add a way to generate/skip a zeroth migration ([fcc4ebd](https://github.com/justicointeractive/caliobase/commit/fcc4ebd58ae03096c4ec120acad2bd2f95763690))

### [0.2.2](https://github.com/justicointeractive/caliobase/compare/caliobase-0.2.1...caliobase-0.2.2) (2022-09-06)

### Bug Fixes

- **caliobase:** wrap all migration execution in one big transaction ([a676dc0](https://github.com/justicointeractive/caliobase/commit/a676dc0c770bd0777af5222ff8eb0b2f44c0e8be))

### [0.2.1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.2.0...caliobase-0.2.1) (2022-09-06)

### Bug Fixes

- **caliobase:** add a bootstrap method on caliobase module ([8cbe2b8](https://github.com/justicointeractive/caliobase/commit/8cbe2b8876e54e9a32e4dce8ae62e2ab0a00c2da))

## [0.2.0](https://github.com/justicointeractive/caliobase/compare/caliobase-0.1.4...caliobase-0.2.0) (2022-08-26)

### Features

- **caliobase:** entity event subscribers ([c5d00ef](https://github.com/justicointeractive/caliobase/commit/c5d00ef3e5cc50ffb1296d78fbca17514735beb1))

### [0.1.4](https://github.com/justicointeractive/caliobase/compare/caliobase-0.1.3...caliobase-0.1.4) (2022-08-25)

### Bug Fixes

- **caliobase:** add yaml dependency ([29b036e](https://github.com/justicointeractive/caliobase/commit/29b036e02d3fb84eefaa2348bfabd9ef820a3196))

### [0.1.3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.1.2...caliobase-0.1.3) (2022-08-25)

### Bug Fixes

- **caliobase:** only allow missing migrations dir if generating migrations ([85e636c](https://github.com/justicointeractive/caliobase/commit/85e636c6dd2115d3df9a5de36878ae6aa0a7650c))

### [0.1.2](https://github.com/justicointeractive/caliobase/compare/caliobase-0.1.1...caliobase-0.1.2) (2022-08-25)

### Bug Fixes

- **caliobase:** make migration options optional ([4982d4e](https://github.com/justicointeractive/caliobase/commit/4982d4e4fbf9d3280bb49ba9f315b256f5f504ee))

### [0.1.1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.1.0...caliobase-0.1.1) (2022-08-25)

### Bug Fixes

- **caliobase:** need to export Migration runner ([df1364c](https://github.com/justicointeractive/caliobase/commit/df1364c8adc0c3fd696122d9925b1d3dc9d84264))

## [0.1.0](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.3...caliobase-0.1.0) (2022-08-25)

### Features

- **caliobase:** migration runner ([0f8791b](https://github.com/justicointeractive/caliobase/commit/0f8791b64474891dfef1ed987df2c2d70c4171d9))

### [0.0.3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.2...caliobase-0.0.3) (2022-08-24)

### Bug Fixes

- **caliobase:** more helping optional profiles ([afd9e0d](https://github.com/justicointeractive/caliobase/commit/afd9e0dcb3260ccbab143c0d18821f41f2c72235))

### [0.0.2](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1...caliobase-0.0.2) (2022-08-24)

### Bug Fixes

- default to empty object profiles ([cb8bff8](https://github.com/justicointeractive/caliobase/commit/cb8bff8f4d9fe6bc55f54d2f9360231e8fa79f48))

### [0.0.1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.144...caliobase-0.0.1) (2022-08-23)

### [0.0.1-alpha.144](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.143...caliobase-0.0.1-alpha.144) (2022-08-23)

### [0.0.1-alpha.144](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.143...caliobase-0.0.1-alpha.144) (2022-08-23)

### [0.0.1-alpha.143](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.142...caliobase-0.0.1-alpha.143) (2022-08-23)

### Features

- labels for social providers ([aa8b164](https://github.com/justicointeractive/caliobase/commit/aa8b164df5ed85e8a1996700fa820e32ef51be60))

### [0.0.1-alpha.142](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.141...caliobase-0.0.1-alpha.142) (2022-08-12)

### [0.0.1-alpha.141](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.140...caliobase-0.0.1-alpha.141) (2022-08-12)

### Bug Fixes

- actually consume the response mode option ([a6c2f32](https://github.com/justicointeractive/caliobase/commit/a6c2f328e9da68a5e379ddb04d7898d41ee83419))

### [0.0.1-alpha.140](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.139...caliobase-0.0.1-alpha.140) (2022-08-12)

### Features

- handle form body response mode ([6045738](https://github.com/justicointeractive/caliobase/commit/604573872008d9565a17db3bbc157d9adae8462c))

### [0.0.1-alpha.139](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.138...caliobase-0.0.1-alpha.139) (2022-08-12)

### [0.0.1-alpha.138](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.137...caliobase-0.0.1-alpha.138) (2022-08-12)

### Bug Fixes

- better error when failing to get an access token for an organization not a member of ([295b2b9](https://github.com/justicointeractive/caliobase/commit/295b2b9c06c24fc1580602ea6d8cbf910c978b77))

### [0.0.1-alpha.137](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.136...caliobase-0.0.1-alpha.137) (2022-08-12)

### Bug Fixes

- default to id_token response type ([e191068](https://github.com/justicointeractive/caliobase/commit/e1910687f3cf42240274675ecf08f205895c2d6c))

### [0.0.1-alpha.136](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.135...caliobase-0.0.1-alpha.136) (2022-08-11)

### Bug Fixes

- oidc response types ([bc02d8a](https://github.com/justicointeractive/caliobase/commit/bc02d8af71fac9f0f76af62677256d8defa076f2))

### [0.0.1-alpha.135](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.134...caliobase-0.0.1-alpha.135) (2022-08-11)

### Features

- pass both standardized and raw claims back ([d1bb0d9](https://github.com/justicointeractive/caliobase/commit/d1bb0d98ab1c26d4f38932a6017dd8f7246880de))

### [0.0.1-alpha.134](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.133...caliobase-0.0.1-alpha.134) (2022-08-11)

### [0.0.1-alpha.133](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.132...caliobase-0.0.1-alpha.133) (2022-08-10)

### Bug Fixes

- update user profile after subsequent authentications ([1f56f95](https://github.com/justicointeractive/caliobase/commit/1f56f952fea48a3c90452843a4146a00e28b1df3))

### [0.0.1-alpha.132](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.131...caliobase-0.0.1-alpha.132) (2022-08-10)

### Bug Fixes

- openid connect client secret is optional ([6b56f61](https://github.com/justicointeractive/caliobase/commit/6b56f613574cfc02a4c126b5982923bf3d503372))

### [0.0.1-alpha.131](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.130...caliobase-0.0.1-alpha.131) (2022-08-09)

### Bug Fixes

- use entity name if table name not provided ([840aed0](https://github.com/justicointeractive/caliobase/commit/840aed053d4aa646392b3709c8aa0f9e616e59cc))

### [0.0.1-alpha.130](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.129...caliobase-0.0.1-alpha.130) (2022-08-09)

### Features

- add many to many controller (for tags) ([851694f](https://github.com/justicointeractive/caliobase/commit/851694fcc7b24e035c758a185e577d84e58540fb))

### [0.0.1-alpha.129](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.128...caliobase-0.0.1-alpha.129) (2022-08-04)

### Bug Fixes

- use offset rather than skip for pagination ([6ace53b](https://github.com/justicointeractive/caliobase/commit/6ace53bfb97ed2a7ce6033365c713364e77a101d))

### [0.0.1-alpha.128](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.127...caliobase-0.0.1-alpha.128) (2022-08-04)

### Bug Fixes

- actually we can't call count required ([391cd79](https://github.com/justicointeractive/caliobase/commit/391cd79d123d23a21f88e489b91611852b593133))

### [0.0.1-alpha.127](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.126...caliobase-0.0.1-alpha.127) (2022-08-04)

### Bug Fixes

- items and count are required properties of api paginated response ([cd1fa8c](https://github.com/justicointeractive/caliobase/commit/cd1fa8cbed09ebf8e34a42eedd528926fd3fa35d))

### [0.0.1-alpha.126](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.125...caliobase-0.0.1-alpha.126) (2022-08-04)

### Bug Fixes

- update object storage object status is optional ([cfa6cea](https://github.com/justicointeractive/caliobase/commit/cfa6cea81fb900dd97fd078cdfca9d64857b673d))

### [0.0.1-alpha.125](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.124...caliobase-0.0.1-alpha.125) (2022-07-30)

### Bug Fixes

- handle public/private keys that aren't base64 encoded ([0f6c357](https://github.com/justicointeractive/caliobase/commit/0f6c35779731460293112947e005577a0377c3be))

### [0.0.1-alpha.124](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.123...caliobase-0.0.1-alpha.124) (2022-07-26)

### [0.0.1-alpha.123](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.122...caliobase-0.0.1-alpha.123) (2022-07-26)

### Features

- allow no object storage provider ([3ae010a](https://github.com/justicointeractive/caliobase/commit/3ae010ad56a817a1f75a411829ca630338825965))

### [0.0.1-alpha.122](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.121...caliobase-0.0.1-alpha.122) (2022-07-26)

### Features

- add an org-owned entity base class ([e2dcab0](https://github.com/justicointeractive/caliobase/commit/e2dcab0a8bf8d2c3f07aa0aa05002cfc23b99b34))

### [0.0.1-alpha.121](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.120...caliobase-0.0.1-alpha.121) (2022-07-26)

### Features

- add env var parsing util ([35b63f8](https://github.com/justicointeractive/caliobase/commit/35b63f891abda79eff21a6c7848c76e41c2c44b4))

### [0.0.1-alpha.120](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.119...caliobase-0.0.1-alpha.120) (2022-07-26)

### Bug Fixes

- better way of passing urls around for emails ([77f199d](https://github.com/justicointeractive/caliobase/commit/77f199df1c908ec1bbea27c34b1732058802c4a1))

### [0.0.1-alpha.119](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.118...caliobase-0.0.1-alpha.119) (2022-07-25)

### Features

- simple role map method ([301fb6d](https://github.com/justicointeractive/caliobase/commit/301fb6d3d4e018d9c1bd8d510eb9fb3e73c9ccdd))

### [0.0.1-alpha.118](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.117...caliobase-0.0.1-alpha.118) (2022-07-25)

### Features

- add string to role function and export roles stuff ([ded5451](https://github.com/justicointeractive/caliobase/commit/ded545134003e0a826894c4c887de7a3042c5910))

### [0.0.1-alpha.117](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.116...caliobase-0.0.1-alpha.117) (2022-07-22)

### Features

- decorate user/organization with profile references ([221e6ff](https://github.com/justicointeractive/caliobase/commit/221e6ffb12644a179c639bc1c1bf3b664e09e4b8))

### [0.0.1-alpha.116](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.115...caliobase-0.0.1-alpha.116) (2022-07-22)

### Bug Fixes

- set user mapping on each sign in (if provided) ([c193bcd](https://github.com/justicointeractive/caliobase/commit/c193bcd6bd43af6b8a2d676b89d446589fd94fc6))

### [0.0.1-alpha.115](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.114...caliobase-0.0.1-alpha.115) (2022-07-22)

### Features

- map social/sso user to org member ([74e38eb](https://github.com/justicointeractive/caliobase/commit/74e38ebc7e69e50e5b703f433d8b9d3118d01714))

### [0.0.1-alpha.114](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.113...caliobase-0.0.1-alpha.114) (2022-07-22)

### Bug Fixes

- check nonce ([e975182](https://github.com/justicointeractive/caliobase/commit/e9751821e28e747be7e8c3f6ddf33ae2efdf2327))

### [0.0.1-alpha.113](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.112...caliobase-0.0.1-alpha.113) (2022-07-22)

### Bug Fixes

- access token for oidc is optional ([70161ee](https://github.com/justicointeractive/caliobase/commit/70161ee44cee52bf9b0c32f5c8d88b6242940f75))

### [0.0.1-alpha.112](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.111...caliobase-0.0.1-alpha.112) (2022-07-22)

### Features

- get app roles from id_token ([70b5083](https://github.com/justicointeractive/caliobase/commit/70b5083de0c5b99a128755453a7ba4c008a4a445))

### [0.0.1-alpha.111](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.110...caliobase-0.0.1-alpha.111) (2022-07-22)

### Features

- add a way to add a user to an organization in a specific role through social auth/sso ([a460f62](https://github.com/justicointeractive/caliobase/commit/a460f6203bdbd497b2da067e55ffa4930d0055f4))
- let oidc providers request additional scopes ([53dc0dd](https://github.com/justicointeractive/caliobase/commit/53dc0dda96a2313e3f9b57dfcbb165c09e3d23f1))

### Bug Fixes

- cascade delete user stuff ([dbbed5a](https://github.com/justicointeractive/caliobase/commit/dbbed5ae9b92918fe440322984be3129f881c2d4))
- export abstract org/user profiles ([93bb235](https://github.com/justicointeractive/caliobase/commit/93bb2359335b64c2eb41e8758c49ad5a93bce979))

### [0.0.1-alpha.110](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.109...caliobase-0.0.1-alpha.110) (2022-07-20)

### Features

- support gt/lt operators on dates ([be868ea](https://github.com/justicointeractive/caliobase/commit/be868ea03afe693d9ab24cd1a099542a16fcfb10))

### [0.0.1-alpha.109](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.108...caliobase-0.0.1-alpha.109) (2022-07-20)

### Bug Fixes

- parse number string to number for skip/limit ([46ca288](https://github.com/justicointeractive/caliobase/commit/46ca2885fa5536cc3849a945e9ecd38bdbe7ce25))

### [0.0.1-alpha.108](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.107...caliobase-0.0.1-alpha.108) (2022-07-20)

### Features

- skip/limit parameters ([d1564db](https://github.com/justicointeractive/caliobase/commit/d1564dbed9e4b01d2755a53fb775928baeb36c7b))

### [0.0.1-alpha.107](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.106...caliobase-0.0.1-alpha.107) (2022-07-20)

### Bug Fixes

- remove authToken param from request after using it for jwt ([7b5dc9a](https://github.com/justicointeractive/caliobase/commit/7b5dc9ab3c7b9ce4a6e65c36cdfc24be5975626a))

### [0.0.1-alpha.106](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.105...caliobase-0.0.1-alpha.106) (2022-07-20)

### Features

- accept jwt in query string ([6552f22](https://github.com/justicointeractive/caliobase/commit/6552f22e3722a9932581c721b6ce60befba85c7f))

### [0.0.1-alpha.105](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.104...caliobase-0.0.1-alpha.105) (2022-07-20)

### [0.0.1-alpha.104](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.103...caliobase-0.0.1-alpha.104) (2022-07-20)

### Bug Fixes

- pass find options through another level ([bba2375](https://github.com/justicointeractive/caliobase/commit/bba2375795f5321a291e4af1dc3b3ec8b1b6d307))

### [0.0.1-alpha.103](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.102...caliobase-0.0.1-alpha.103) (2022-07-20)

### Bug Fixes

- need to actually apply select query ([83d58c9](https://github.com/justicointeractive/caliobase/commit/83d58c9468c0ac1029351d36822f914558460341))

### [0.0.1-alpha.102](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.101...caliobase-0.0.1-alpha.102) (2022-07-20)

### Features

- allow client to choose which columns to return ([41bcb82](https://github.com/justicointeractive/caliobase/commit/41bcb8256835a456e54290d6a4f7cc392e5c22ad))

### [0.0.1-alpha.101](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.100...caliobase-0.0.1-alpha.101) (2022-07-19)

### Features

- provide an enum of social providers ([c616c0d](https://github.com/justicointeractive/caliobase/commit/c616c0d74d1efa02c2c23a25484514585749714a))

### [0.0.1-alpha.100](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.99...caliobase-0.0.1-alpha.100) (2022-07-19)

### Features

- create org profiles in create request ([c097ae6](https://github.com/justicointeractive/caliobase/commit/c097ae65928eb5f416f5ccd23930e3744f9f3c56))
- create user profile with social auth ([862645f](https://github.com/justicointeractive/caliobase/commit/862645f9393e97c42da20f9a550456e0c3877298))

### Bug Fixes

- social to user profile is nullable like user profile is ([79892f3](https://github.com/justicointeractive/caliobase/commit/79892f32cd78c94e1f411fed789cd67c2fc9ccf3))

### [0.0.1-alpha.99](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.98...caliobase-0.0.1-alpha.99) (2022-07-19)

### Features

- create user profile in same request as create user (WIP) ([ee81497](https://github.com/justicointeractive/caliobase/commit/ee81497cdc81c85e47e05c8e01f91124d7313aae))

### Bug Fixes

- meta module needs profile entities ([0c0d96d](https://github.com/justicointeractive/caliobase/commit/0c0d96d4ab124f781e987c0a3639310836c49a76))

### [0.0.1-alpha.98](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.97...caliobase-0.0.1-alpha.98) (2022-07-18)

### Features

- return social profile in social auth response in order to create user profile ([0ea0dbb](https://github.com/justicointeractive/caliobase/commit/0ea0dbbc3bba59ec41928c9469935c2f2a5e2bcf))

### [0.0.1-alpha.97](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.96...caliobase-0.0.1-alpha.97) (2022-07-18)

### [0.0.1-alpha.96](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.95...caliobase-0.0.1-alpha.96) (2022-07-18)

### Bug Fixes

- return id_token and accessToken ([56bcc7e](https://github.com/justicointeractive/caliobase/commit/56bcc7ef963c90f20d363ce1e00d4f7734c6f1dc))

### [0.0.1-alpha.95](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.94...caliobase-0.0.1-alpha.95) (2022-07-18)

### Features

- add social auth return method ([f3f189b](https://github.com/justicointeractive/caliobase/commit/f3f189ba12a542defdb7eccd92cd66311a43e011))

### [0.0.1-alpha.94](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.93...caliobase-0.0.1-alpha.94) (2022-07-18)

### Bug Fixes

- destructuring method that needs a this reference ([8f1d40a](https://github.com/justicointeractive/caliobase/commit/8f1d40afa500efea74a92930be43ff9b69e06c04))

### [0.0.1-alpha.93](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.92...caliobase-0.0.1-alpha.93) (2022-07-18)

### Bug Fixes

- name of createAuthorizationUrl method in openid connect provider ([d79ea96](https://github.com/justicointeractive/caliobase/commit/d79ea96535bd14dcafd1715761b56f96cfc1f921))

### [0.0.1-alpha.92](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.91...caliobase-0.0.1-alpha.92) (2022-07-18)

### Bug Fixes

- request body social auth url ([b32cf05](https://github.com/justicointeractive/caliobase/commit/b32cf057a781f30878ed5b6ed7a8d8d79de894c2))

### [0.0.1-alpha.91](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.90...caliobase-0.0.1-alpha.91) (2022-07-18)

### Bug Fixes

- export openid connect provider ([3634df9](https://github.com/justicointeractive/caliobase/commit/3634df9e4b35c3cf17b8bc3598f4d8d67e130f60))

### [0.0.1-alpha.90](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.89...caliobase-0.0.1-alpha.90) (2022-07-18)

### Bug Fixes

- make caliobase module async and initialize social providers if needed ([c4306f3](https://github.com/justicointeractive/caliobase/commit/c4306f3812d983aababd96b6b44eafaf415ce14f))

### [0.0.1-alpha.89](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.88...caliobase-0.0.1-alpha.89) (2022-07-18)

### Bug Fixes

- consistency on organization or null ([9c53ce1](https://github.com/justicointeractive/caliobase/commit/9c53ce113d9a2b2f13e5fcf4293994543da07c0b))

### [0.0.1-alpha.88](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.87...caliobase-0.0.1-alpha.88) (2022-07-18)

### Features

- change root org id ([39c532b](https://github.com/justicointeractive/caliobase/commit/39c532bac5e7b78ca89311decad5a0b4215efcbe))

### [0.0.1-alpha.87](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.86...caliobase-0.0.1-alpha.87) (2022-07-18)

### Bug Fixes

- if inserting an entity with a specified id, don't override it with generated id ([d2f0937](https://github.com/justicointeractive/caliobase/commit/d2f09378aa1213ee1b786606d0cdd6792fedd0e5))

### [0.0.1-alpha.86](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.85...caliobase-0.0.1-alpha.86) (2022-07-18)

### Features

- prefixed-nanoid ids ([8f40e32](https://github.com/justicointeractive/caliobase/commit/8f40e32943e0b2ea4147b87ae41aec24ee3bc30b))

### [0.0.1-alpha.85](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.84...caliobase-0.0.1-alpha.85) (2022-07-14)

### Bug Fixes

- injecting into entity modules ([25da6e5](https://github.com/justicointeractive/caliobase/commit/25da6e559753d7a95cdf4e2e9c2d4601c530cbd3))

### [0.0.1-alpha.84](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.83...caliobase-0.0.1-alpha.84) (2022-07-14)

### [0.0.1-alpha.83](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.82...caliobase-0.0.1-alpha.83) (2022-07-14)

### Bug Fixes

- controller extender needs to know what types to pass down to base controller ([a07d749](https://github.com/justicointeractive/caliobase/commit/a07d74991dc59664a3b219b1873b010f134ef2d1))
- extended controller also needs to know which service class to request ([03b4fee](https://github.com/justicointeractive/caliobase/commit/03b4fee9f7c4c2c353e2bf5249a800f8de8ecc89))

### [0.0.1-alpha.82](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.81...caliobase-0.0.1-alpha.82) (2022-07-14)

### Features

- expose service to controller ([85305f0](https://github.com/justicointeractive/caliobase/commit/85305f0c42e6116213dd8e8c558cf32e36985ff1))

### [0.0.1-alpha.81](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.80...caliobase-0.0.1-alpha.81) (2022-07-14)

### Bug Fixes

- clone metadata to extended controller ([44a0d78](https://github.com/justicointeractive/caliobase/commit/44a0d781a78539675207c1887942a4114b7a2423))

### [0.0.1-alpha.80](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.79...caliobase-0.0.1-alpha.80) (2022-07-14)

### Features

- add a way to extend the generated controller ([bf28c0c](https://github.com/justicointeractive/caliobase/commit/bf28c0c1591037cb5e430ddd1c0084f45a9419d0))

### [0.0.1-alpha.79](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.78...caliobase-0.0.1-alpha.79) (2022-07-14)

### Bug Fixes

- password validation ([a4d0790](https://github.com/justicointeractive/caliobase/commit/a4d079030bbbadc7afd3a65fd2c71d42135b01ae))

### [0.0.1-alpha.78](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.77...caliobase-0.0.1-alpha.78) (2022-07-13)

### Bug Fixes

- creating instance with non generated primary key ([670834d](https://github.com/justicointeractive/caliobase/commit/670834defed4b5a60f895d28d9a62c74f04d2a03))

### [0.0.1-alpha.77](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.76...caliobase-0.0.1-alpha.77) (2022-07-13)

### Bug Fixes

- member role typo ([29bbf77](https://github.com/justicointeractive/caliobase/commit/29bbf7744885bed3cacb1d017148c4bd54551148))

### [0.0.1-alpha.76](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.75...caliobase-0.0.1-alpha.76) (2022-07-13)

### Bug Fixes

- create owner role when creating root ([fbcd989](https://github.com/justicointeractive/caliobase/commit/fbcd989a8535116f824aefe9748934dd56daec1a))

### [0.0.1-alpha.75](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.74...caliobase-0.0.1-alpha.75) (2022-07-12)

### Bug Fixes

- can't create an acl with no owner ([b2f71d5](https://github.com/justicointeractive/caliobase/commit/b2f71d5372f1fdd944bdcfa5dcebb8962fe611d7))
- maria db doesn't like default value on simple-json column ([0a3f5a4](https://github.com/justicointeractive/caliobase/commit/0a3f5a43bb3185b5d0213aa4901304c75e295358))
- need to create uuid extension in testing sometimes ([c8e4a8e](https://github.com/justicointeractive/caliobase/commit/c8e4a8e8dca217f6415f99428a274eed8aba3733))
- objects that are not owned by an organization (user profiles) ([68fdd99](https://github.com/justicointeractive/caliobase/commit/68fdd99e3bd19d715200d94c5324a4ce255123bc))
- organization mixin ([13264bd](https://github.com/justicointeractive/caliobase/commit/13264bdd04da7af543a1a9e9fe77d308f1f10b8a))

### [0.0.1-alpha.74](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.73...caliobase-0.0.1-alpha.74) (2022-07-12)

### [0.0.1-alpha.73](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.72...caliobase-0.0.1-alpha.73) (2022-07-12)

### Bug Fixes

- total count on list response ([e5565e2](https://github.com/justicointeractive/caliobase/commit/e5565e2f474943e9364641c87431662953775fa9))

### [0.0.1-alpha.72](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.71...caliobase-0.0.1-alpha.72) (2022-07-12)

### Bug Fixes

- missing request user property types ([43f30bb](https://github.com/justicointeractive/caliobase/commit/43f30bbccfc8293bfa698ecf3ac1242e2d37d3f4))

### [0.0.1-alpha.71](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.70...caliobase-0.0.1-alpha.71) (2022-07-12)

### Bug Fixes

- missing api property decorators ([37dd359](https://github.com/justicointeractive/caliobase/commit/37dd359b6acf4d70d3003a1a796ac4b09ec27c61))

### [0.0.1-alpha.70](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.69...caliobase-0.0.1-alpha.70) (2022-07-12)

### Bug Fixes

- get me return user, org and member ([1ee2488](https://github.com/justicointeractive/caliobase/commit/1ee24882b0503f6a2250707ed3009e86b2c60af2))

### [0.0.1-alpha.69](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.68...caliobase-0.0.1-alpha.69) (2022-07-12)

### Bug Fixes

- primary ungenerated columns in create path ([5f06a58](https://github.com/justicointeractive/caliobase/commit/5f06a586f462fe039f1fb82c9ebbba3e9d255c73))

### [0.0.1-alpha.68](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.67...caliobase-0.0.1-alpha.68) (2022-07-12)

### Features

- require primary ungenerated columns to be in create path ([b06575c](https://github.com/justicointeractive/caliobase/commit/b06575c7ee759973bd74d63f40c28f98bc87e5f4))

### [0.0.1-alpha.67](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.66...caliobase-0.0.1-alpha.67) (2022-07-12)

### Features

- auth results should also return authed user info ([21822c2](https://github.com/justicointeractive/caliobase/commit/21822c2bca38192ca86de11b86cad7a373e8b16f))

### [0.0.1-alpha.66](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.65...caliobase-0.0.1-alpha.66) (2022-07-12)

### Features

- add a way to disable automatic organization owner ([eaf9cef](https://github.com/justicointeractive/caliobase/commit/eaf9cefc2fce05edf8bd003b082494323d7273ef))

### [0.0.1-alpha.65](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.64...caliobase-0.0.1-alpha.65) (2022-07-12)

### Bug Fixes

- remove names (first, last, organization) ([b8ea236](https://github.com/justicointeractive/caliobase/commit/b8ea2362bb8dc051a441ca934f813a4992b0f0f5))

### [0.0.1-alpha.64](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.63...caliobase-0.0.1-alpha.64) (2022-07-12)

### [0.0.1-alpha.63](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.62...caliobase-0.0.1-alpha.63) (2022-07-12)

### Bug Fixes

- all roles is an array of enum ([95d70fc](https://github.com/justicointeractive/caliobase/commit/95d70fc4a63055fc6069b76f15fb88556c0562b9))

### [0.0.1-alpha.62](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.61...caliobase-0.0.1-alpha.62) (2022-07-12)

### Features

- enum swagger for all roles ([746b383](https://github.com/justicointeractive/caliobase/commit/746b383195ad87679b213cd9ad52cb18572939cf))

### [0.0.1-alpha.61](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.60...caliobase-0.0.1-alpha.61) (2022-07-12)

### Features

- include all roles in meta response ([dca08f6](https://github.com/justicointeractive/caliobase/commit/dca08f60dc7d3fad2c98aadfc46575a5100c17a5))

### [0.0.1-alpha.60](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.59...caliobase-0.0.1-alpha.60) (2022-07-11)

### Bug Fixes

- fix getMe ([68a49f2](https://github.com/justicointeractive/caliobase/commit/68a49f26343d403fca641e135f900e910d1531c6))
- floating transaction promise ([3bf8707](https://github.com/justicointeractive/caliobase/commit/3bf870785116ad042c1149d75668a93f91fd4209))

### [0.0.1-alpha.59](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.58...caliobase-0.0.1-alpha.59) (2022-07-11)

### Features

- allow removing members from organization ([94f87a0](https://github.com/justicointeractive/caliobase/commit/94f87a03ae933445b2c9a7955c86eb16192ea80a))

### [0.0.1-alpha.58](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.57...caliobase-0.0.1-alpha.58) (2022-07-11)

### Bug Fixes

- make get invitation api public ([832e808](https://github.com/justicointeractive/caliobase/commit/832e808bf489bb6bf650070d7707f322783d5802))

### [0.0.1-alpha.57](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.56...caliobase-0.0.1-alpha.57) (2022-07-11)

### [0.0.1-alpha.56](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.55...caliobase-0.0.1-alpha.56) (2022-07-11)

### Bug Fixes

- perform an insert rather than update when claiming invitation ([b6847bd](https://github.com/justicointeractive/caliobase/commit/b6847bd5482e0153bc3414242f0281da6fc33cd3))

### [0.0.1-alpha.55](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.54...caliobase-0.0.1-alpha.55) (2022-07-11)

### Features

- include organization details when describing invitation ([a8208d8](https://github.com/justicointeractive/caliobase/commit/a8208d89f49de2516662cb5542442ba0364350fa))

### [0.0.1-alpha.54](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.53...caliobase-0.0.1-alpha.54) (2022-07-11)

### [0.0.1-alpha.53](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.52...caliobase-0.0.1-alpha.53) (2022-07-11)

### Features

- add a method to get a member of an organzation ([a4c514d](https://github.com/justicointeractive/caliobase/commit/a4c514dd72e264912a013ad548b8e033f7b0f0c7))

### [0.0.1-alpha.52](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.51...caliobase-0.0.1-alpha.52) (2022-07-11)

### Features

- allow updating user roles ([e11568f](https://github.com/justicointeractive/caliobase/commit/e11568fbeefc934a6a7a0200cff20ea1f794034e))
- track email verified state ([467cc62](https://github.com/justicointeractive/caliobase/commit/467cc620899c83f90eabfa8514deff382541db43))

### [0.0.1-alpha.51](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.50...caliobase-0.0.1-alpha.51) (2022-07-11)

### Features

- add a way to list members of organization ([beac6b0](https://github.com/justicointeractive/caliobase/commit/beac6b03e51f590b71365a2badf7f43bfea578e1))

### [0.0.1-alpha.50](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.49...caliobase-0.0.1-alpha.50) (2022-07-11)

### Bug Fixes

- assertions ([1cf9dfc](https://github.com/justicointeractive/caliobase/commit/1cf9dfcf2851c228112d8c8f250faa27abba9f70))
- don't allow invitations to be claimed multiple times or after they expire ([2f135ef](https://github.com/justicointeractive/caliobase/commit/2f135ef495ef76022fcdf397314637e9d66c4d49))

### [0.0.1-alpha.49](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.48...caliobase-0.0.1-alpha.49) (2022-07-11)

### [0.0.1-alpha.48](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.47...caliobase-0.0.1-alpha.48) (2022-07-09)

### Bug Fixes

- authed access ([13ae98e](https://github.com/justicointeractive/caliobase/commit/13ae98e8f1bb22092e92807fbf483558d6b68ded))

### [0.0.1-alpha.47](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.46...caliobase-0.0.1-alpha.47) (2022-07-09)

### Bug Fixes

- anonymously reading public content ([7be1de9](https://github.com/justicointeractive/caliobase/commit/7be1de9e6a518da10bcc7fd10e955e5c5e11e954))

### [0.0.1-alpha.46](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.45...caliobase-0.0.1-alpha.46) (2022-07-09)

### Bug Fixes

- swagger decorators for create invitation ([1565e4a](https://github.com/justicointeractive/caliobase/commit/1565e4ab9c27076f3137455d7f1688716e9c9e3d))

### [0.0.1-alpha.45](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.44...caliobase-0.0.1-alpha.45) (2022-07-09)

### Bug Fixes

- rework and test permission model ([bb67c6b](https://github.com/justicointeractive/caliobase/commit/bb67c6b23834946cc9de21c4dc7f008b89ce0b82))

### [0.0.1-alpha.44](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.43...caliobase-0.0.1-alpha.44) (2022-07-07)

### Features

- decorate member invitation token with swagger ([0a09c55](https://github.com/justicointeractive/caliobase/commit/0a09c556988a6469022acd08eb91d0faa718e8a4))

### [0.0.1-alpha.43](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.42...caliobase-0.0.1-alpha.43) (2022-07-07)

### Bug Fixes

- if a route is public then still run jwt parser on it but don't throw ([4cb0311](https://github.com/justicointeractive/caliobase/commit/4cb03116a7b5c625419655bab5b766e0d5644e10))
- user is false rather than null for no auth ([16260e6](https://github.com/justicointeractive/caliobase/commit/16260e6a8bb15513883b95429c59f62d088a4d51))

### [0.0.1-alpha.42](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.41...caliobase-0.0.1-alpha.42) (2022-07-07)

### Features

- helper for getting root access token ([4fc7d08](https://github.com/justicointeractive/caliobase/commit/4fc7d088964ba8f157c52effabba3d846e1e1782))

### [0.0.1-alpha.41](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.40...caliobase-0.0.1-alpha.41) (2022-07-07)

### Bug Fixes

- getting public access to organization content ([fbece28](https://github.com/justicointeractive/caliobase/commit/fbece2814b83753b10f046cc9bf6db6b5a202c84))

### [0.0.1-alpha.40](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.39...caliobase-0.0.1-alpha.40) (2022-07-07)

### Features

- user roles ([fb02d73](https://github.com/justicointeractive/caliobase/commit/fb02d738d7115048b7794ff273166526e478e948))

### Bug Fixes

- user role in access token ([4d2c31b](https://github.com/justicointeractive/caliobase/commit/4d2c31be18154ebfd1b70c67f92b3142632d68ba))

### [0.0.1-alpha.39](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.38...caliobase-0.0.1-alpha.39) (2022-07-07)

### Bug Fixes

- export acl ([c15fb4a](https://github.com/justicointeractive/caliobase/commit/c15fb4a647e653624d7100b4be46c67e23126602))
- fix comment moderator policy ([5262cb3](https://github.com/justicointeractive/caliobase/commit/5262cb35306eb7411bfa7fa71182cae31e11f5a6))

### [0.0.1-alpha.38](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.37...caliobase-0.0.1-alpha.38) (2022-07-06)

### [0.0.1-alpha.37](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.36...caliobase-0.0.1-alpha.37) (2022-07-06)

### Bug Fixes

- make entity owner relation not eager by default ([f316157](https://github.com/justicointeractive/caliobase/commit/f316157980f7d963601d8b22d7a1ffcee274e318))

### [0.0.1-alpha.36](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.35...caliobase-0.0.1-alpha.36) (2022-07-06)

### Features

- extract module options type ([d8cc9d0](https://github.com/justicointeractive/caliobase/commit/d8cc9d0c2a4133eddeb62074db2fb6bc5a8db005))

### Bug Fixes

- joining one entity related in several ways through eager relations ([6a8eca5](https://github.com/justicointeractive/caliobase/commit/6a8eca53441acbb81fae848057a94e57967c3e0d))
- symbol name ([cbf32f3](https://github.com/justicointeractive/caliobase/commit/cbf32f32df0b27c9f3e59938e236095daafceb1c))

### [0.0.1-alpha.35](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.34...caliobase-0.0.1-alpha.35) (2022-07-05)

### Features

- create an implicit owner for unownable entities ([601bef0](https://github.com/justicointeractive/caliobase/commit/601bef005bf94defa54408859560c133ed44bcbc))

### [0.0.1-alpha.34](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.33...caliobase-0.0.1-alpha.34) (2022-07-05)

### Features

- create, describe, claim membership invitation ([4f8668e](https://github.com/justicointeractive/caliobase/commit/4f8668eee831c946d9072097c0e95c1afbc877c2))

### Bug Fixes

- do not allow un-ownable entities ([49bbaba](https://github.com/justicointeractive/caliobase/commit/49bbaba21b69675bdda0cf8d819eea77c2cb1f14))

### [0.0.1-alpha.33](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.32...caliobase-0.0.1-alpha.33) (2022-06-29)

### Reverts

- remove disable jwt option ([978deaf](https://github.com/justicointeractive/caliobase/commit/978deaf72647100b7de05e56c9a9cb541f0209e4))

### [0.0.1-alpha.32](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.31...caliobase-0.0.1-alpha.32) (2022-06-29)

### Bug Fixes

- that new "no jwt" option should be optional ([c7aff65](https://github.com/justicointeractive/caliobase/commit/c7aff659921a7e36ff9ab5551821f9adb4485a33))

### [0.0.1-alpha.31](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.30...caliobase-0.0.1-alpha.31) (2022-06-29)

### Features

- add an option to disable jwt modules ([96e1e40](https://github.com/justicointeractive/caliobase/commit/96e1e405a81159402bbe83893589f37806d8839b))

### [0.0.1-alpha.30](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.29...caliobase-0.0.1-alpha.30) (2022-06-29)

### Features

- add a decorator for caliobase entities ([3f5423a](https://github.com/justicointeractive/caliobase/commit/3f5423a570ca702716ebed6dd719404125e5779f))

### Bug Fixes

- constructing order by clause from order ([103e263](https://github.com/justicointeractive/caliobase/commit/103e2635fdcdd6041fb80dfc5473e5d57bb29416))

### [0.0.1-alpha.29](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.28...caliobase-0.0.1-alpha.29) (2022-06-29)

### Features

- object storage cdn url prefix ([f7edee7](https://github.com/justicointeractive/caliobase/commit/f7edee7cdb7fbfe8da4e33623452ba58e91abd97))

### [0.0.1-alpha.28](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.27...caliobase-0.0.1-alpha.28) (2022-06-28)

### Bug Fixes

- non-nullable props ([2648e1a](https://github.com/justicointeractive/caliobase/commit/2648e1af9bcd8ad666d16e21d571028f25ec25b7))

### [0.0.1-alpha.27](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.26...caliobase-0.0.1-alpha.27) (2022-06-28)

### Bug Fixes

- nullability of entity controller envelope props ([0e0a9b4](https://github.com/justicointeractive/caliobase/commit/0e0a9b4835e7ca3aa7fc0c5a8571a43a5fd4519d))

### [0.0.1-alpha.26](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.25...caliobase-0.0.1-alpha.26) (2022-06-28)

### Bug Fixes

- paginated/enveloped entity controller methods ([e25f423](https://github.com/justicointeractive/caliobase/commit/e25f423e4ac78c1e1d920fc5cc5d362a5cdd625b))

### [0.0.1-alpha.25](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.24...caliobase-0.0.1-alpha.25) (2022-06-27)

### Bug Fixes

- recursive eager relations ([5188a6d](https://github.com/justicointeractive/caliobase/commit/5188a6d38fc61f473a622544784cffb215059ef0))

### [0.0.1-alpha.24](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.23...caliobase-0.0.1-alpha.24) (2022-06-27)

### Features

- recursive eager relations ([9a3f462](https://github.com/justicointeractive/caliobase/commit/9a3f4621845829a4d5c05709c9948d7f8a4885f6))

### [0.0.1-alpha.23](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.22...caliobase-0.0.1-alpha.23) (2022-06-27)

### Features

- more types for codegen ([6746bae](https://github.com/justicointeractive/caliobase/commit/6746bae0b05c0bd81701ab609c6c2c8e3928646c))

### [0.0.1-alpha.22](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.21...caliobase-0.0.1-alpha.22) (2022-06-27)

### Features

- working on types for codegen ([2a0be3b](https://github.com/justicointeractive/caliobase/commit/2a0be3b490dd27a6f391d034639164e52f011b63))

### [0.0.1-alpha.21](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.20...caliobase-0.0.1-alpha.21) (2022-06-27)

### Bug Fixes

- object storage patch method ([9f652e2](https://github.com/justicointeractive/caliobase/commit/9f652e2879c2c69381cb9be336935c56100b30f6))

### [0.0.1-alpha.20](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.19...caliobase-0.0.1-alpha.20) (2022-06-27)

### Bug Fixes

- provide ObjectStorageService ([c37c2d4](https://github.com/justicointeractive/caliobase/commit/c37c2d470cc4c505701457118f6293a060b8dd97))

### [0.0.1-alpha.19](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.18...caliobase-0.0.1-alpha.19) (2022-06-27)

### Features

- object storage controller ([659ad1d](https://github.com/justicointeractive/caliobase/commit/659ad1d973ca935eccca0f91ccebd6de4bd1066a))

### [0.0.1-alpha.18](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.17...caliobase-0.0.1-alpha.18) (2022-06-27)

### Features

- override s3 endpoint ([2a752d1](https://github.com/justicointeractive/caliobase/commit/2a752d1d68c4584531c9e46b50eb0fdafc323f4c))

### [0.0.1-alpha.17](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.16...caliobase-0.0.1-alpha.17) (2022-06-27)

### [0.0.1-alpha.16](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.15...caliobase-0.0.1-alpha.16) (2022-06-27)

### Features

- pluggable object storage ([7d8f1df](https://github.com/justicointeractive/caliobase/commit/7d8f1dfeb3f358163d00f0ffe78dbb2cb11b0c86))

### [0.0.1-alpha.15](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.14...caliobase-0.0.1-alpha.15) (2022-06-25)

### Bug Fixes

- get meta response type ([d0eabf9](https://github.com/justicointeractive/caliobase/commit/d0eabf947191b922bdbdaec2e4858894aeb0f805))

### [0.0.1-alpha.14](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.13...caliobase-0.0.1-alpha.14) (2022-06-25)

### Features

- add public/root org ids to meta response ([89dc187](https://github.com/justicointeractive/caliobase/commit/89dc187111d5ceeb7fa20ee63f7c0d5617342a1b))

### [0.0.1-alpha.13](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.12...caliobase-0.0.1-alpha.13) (2022-06-25)

### Bug Fixes

- bearer auth decorator where needed ([58c1179](https://github.com/justicointeractive/caliobase/commit/58c1179e069b894787401a3411c79503874898e6))

### [0.0.1-alpha.12](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.11...caliobase-0.0.1-alpha.12) (2022-06-25)

### Bug Fixes

- refactor entity service ([fcc6499](https://github.com/justicointeractive/caliobase/commit/fcc6499208553df426b38ae8abdb423a82b68ceb))

### [0.0.1-alpha.11](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.10...caliobase-0.0.1-alpha.11) (2022-06-24)

### Bug Fixes

- mark me as neededing bearer auth ([50b0ff8](https://github.com/justicointeractive/caliobase/commit/50b0ff826135fa064c4a52632ac468678b2aede9))

### [0.0.1-alpha.10](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.9...caliobase-0.0.1-alpha.10) (2022-06-24)

### Bug Fixes

- tell typeorm that PasswordResetToken exists ([1299b64](https://github.com/justicointeractive/caliobase/commit/1299b64c9527696723e336200d8544eb24f334a0))

### [0.0.1-alpha.9](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.8...caliobase-0.0.1-alpha.9) (2022-06-24)

### Features

- make meta public ([686ad5f](https://github.com/justicointeractive/caliobase/commit/686ad5fdd7cc66f6065aa59c85bc17dbfde8ad3f))

### [0.0.1-alpha.8](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.7...caliobase-0.0.1-alpha.8) (2022-06-24)

### Features

- add a way to create a root/default org + first user ([31063d5](https://github.com/justicointeractive/caliobase/commit/31063d50092173243a5c10a941e7ebe14a31340f))

### [0.0.1-alpha.7](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.6...caliobase-0.0.1-alpha.7) (2022-06-24)

### Bug Fixes

- handle password reset request where account does not exist ([eed3251](https://github.com/justicointeractive/caliobase/commit/eed325189f6c333a47861eeeb3411b99413a670b))

### [0.0.1-alpha.6](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.5...caliobase-0.0.1-alpha.6) (2022-06-24)

### Bug Fixes

- login user request body ([df52186](https://github.com/justicointeractive/caliobase/commit/df5218653dd2b42b7152b9f918ad170f7b8d0b53))

### [0.0.1-alpha.5](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.4...caliobase-0.0.1-alpha.5) (2022-06-24)

### Bug Fixes

- importing crs ([7694f16](https://github.com/justicointeractive/caliobase/commit/7694f167c6424cdfe328593e8c164dfd38ef87ce))

### [0.0.1-alpha.4](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.3...caliobase-0.0.1-alpha.4) (2022-06-24)

### [0.0.1-alpha.3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.2...caliobase-0.0.1-alpha.3) (2022-06-24)

### [0.0.1-alpha.3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.2...caliobase-0.0.1-alpha.3) (2022-06-24)

### [0.0.1-alpha.3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.2...caliobase-0.0.1-alpha.3) (2022-06-24)

### [0.0.1-alpha.2](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.1...caliobase-0.0.1-alpha.2) (2022-06-24)

### Bug Fixes

- pass through email transport ([8f291c4](https://github.com/justicointeractive/caliobase/commit/8f291c44a11e624f74408e2bc23a880cfb4b83c8))

### [0.0.1-alpha.1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-alpha.0...caliobase-0.0.1-alpha.1) (2022-06-24)

### Features

- user password management ([b6d190d](https://github.com/justicointeractive/caliobase/commit/b6d190dd7b3185409006477b8f3b4954841ea98d))

### [0.0.1-alpha.0](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-8...caliobase-0.0.1-alpha.0) (2022-06-24)

### Bug Fixes

- preid ([ddfbae2](https://github.com/justicointeractive/caliobase/commit/ddfbae291a280423d7d083eb14a3cdeaab443e9d))

### [0.0.1-8](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-7...caliobase-0.0.1-8) (2022-06-24)

### Bug Fixes

- decorate org controller with response types ([b8c81a4](https://github.com/justicointeractive/caliobase/commit/b8c81a4f3ce6a1440d2ad303c4aa055ce6bac9ee))

### [0.0.1-7](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-6...caliobase-0.0.1-7) (2022-06-24)

### Bug Fixes

- decorate auth controller with response types ([c9774a5](https://github.com/justicointeractive/caliobase/commit/c9774a55010079b0d9518bcf74fc2a63c48dfba0))
- remove uses of deprecated getRepository method ([979ed51](https://github.com/justicointeractive/caliobase/commit/979ed51cbe743ae2c289638d8352f61ccddebd07))

### [0.0.1-6](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-5...caliobase-0.0.1-6) (2022-06-24)

### Features

- decorate with @ApiProperty() ([f366b57](https://github.com/justicointeractive/caliobase/commit/f366b578b2690e24b908894283d88d0c4d48a154))

### [0.0.1-5](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-4...caliobase-0.0.1-5) (2022-06-23)

### Features

- add user email/password routes ([e115d24](https://github.com/justicointeractive/caliobase/commit/e115d24a6e4074363cc92dcb2ae45358056e2349))

### [0.0.1-4](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-3...caliobase-0.0.1-4) (2022-06-23)

### Bug Fixes

- parameter decorators for path parameters ([9dd1615](https://github.com/justicointeractive/caliobase/commit/9dd1615b6086493a145978561af659f34ebd18cc))

### [0.0.1-3](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-2...caliobase-0.0.1-3) (2022-06-23)

### Bug Fixes

- npm nx preset breaks dependency tracking ([29acb13](https://github.com/justicointeractive/caliobase/commit/29acb1389ce4628349fc5476ef9504f0cae70dc1))
- troubleshooting generating package.json ([28b33fb](https://github.com/justicointeractive/caliobase/commit/28b33fbc8a2e3dcee67220ae87ffd476cde1ebcf))

### [0.0.1-2](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-1...caliobase-0.0.1-2) (2022-06-23)

### Bug Fixes

- strict mode and some fixes ([5c7b373](https://github.com/justicointeractive/caliobase/commit/5c7b37366c2b46fc54aac5ecfd5e503397ef4714))

### [0.0.1-1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-0...caliobase-0.0.1-1) (2022-06-23)

### [0.0.1-1](https://github.com/justicointeractive/caliobase/compare/caliobase-0.0.1-0...caliobase-0.0.1-1) (2022-06-23)

### 0.0.1-0 (2022-06-23)

### Features

- configure release stuff ([b8e4d6e](https://github.com/justicointeractive/caliobase/commit/b8e4d6ece7932730ea94c82fb919616c406dcf7e))

### Bug Fixes

- deploy after version ([cdce569](https://github.com/justicointeractive/caliobase/commit/cdce5697652a3d78820e937c6813e65a62d57f3f))
- setup release ([8e73cc0](https://github.com/justicointeractive/caliobase/commit/8e73cc0868cbe9ad57d8cb4dde98dcd2ee9d2b0c))
