Skip to content

Commit

Permalink
chore: 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2021-02-16)

* feat!: changed expires to expiresAt ([5cbc11b](5cbc11b))

### BREAKING CHANGES

* expiresAt now used in place of expires - within Prisma schema and database.
  • Loading branch information
semantic-release-bot committed Feb 16, 2021
1 parent 239e026 commit b6febe5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.0.0](https://github.com/kleydon/prisma-session-store/compare/v2.0.0...v3.0.0) (2021-02-16)


* feat!: changed expires to expiresAt ([5cbc11b](https://github.com/kleydon/prisma-session-store/commit/5cbc11bcf8f8a0b9255dd57e1eb64b0b923636d7))


### BREAKING CHANGES

* expiresAt now used in place of expires - within Prisma schema and database.

# [2.0.0](https://github.com/kleydon/prisma-session-store/compare/v1.1.2...v2.0.0) (2021-01-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"PASETO",
"JWT"
],
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"author": "Krispin Leydon",
"contributors": [
Expand Down

0 comments on commit b6febe5

Please sign in to comment.