MatteoGioioso / serverless-pg

A package for managing PostgreSQL connections at SERVERLESS scale
MIT License
321 stars 16 forks source link

Improve Config.library typings #67

Closed perrin4869 closed 2 years ago

perrin4869 commented 2 years ago

Small neat trick I saw here: https://github.com/rollup/plugins/blob/36de7cc9c3915667bc0dd203ee7b139da8858959/packages/typescript/src/moduleResolution.ts#L18

MatteoGioioso commented 2 years ago

@perrin4869 this PR causes conflict with your previous one. Could you please fix it?

Also my bad for not providing a contribution guide, but I follow semantic-commit to be able to trigger a new release.

If you rename your next commit this way:

fix(): <your commit message>

It will trigger a new release.

Thanks

perrin4869 commented 2 years ago

@MatteoGioioso Thanks! Solved the conflicts and fixed the commit message :)

MatteoGioioso commented 2 years ago

@MatteoGioioso many thanks!

MatteoGioioso commented 2 years ago

:tada: This PR is included in version 1.10.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: