kleydon / prisma-session-store

Express session store for Prisma
MIT License
116 stars 18 forks source link

expires -> expiresAt #35

Closed kleydon closed 3 years ago

kleydon commented 3 years ago

This PR...

kleydon commented 3 years ago

@wSedlacek wrote:

Can we use feat!: to indicate that this is a breaking change and should be released. See https://www.conventionalcommits.org/en/v1.0.0/ Can we run the linting fixes with yarn lint --fix. Please amend your previous commit rather than making a new one.

Attempted to do this via a new PR, after re-writing history. (A second commit was published before commit --amend could be used).

You'll note the title is feat\! rather than feat!. This is an artifact of the Bash shell's intolerance of ! within a commit message. I tried single quotes and the \ char; unfortunately the \ char has remained.

If you know a way to address this, let me know.

kleydon commented 3 years ago

Closing this now obsolete PR.