diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a6479a7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.7.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.6.0...v0.7.0) (2022-02-21) + + +### Bug Fixes + +* handle unexpected date type reflection ([8124221](https://github.com/benjamin658/typeorm-cursor-pagination/commit/8124221060c8e0dca3740dbf9efc902d96a7e129)) diff --git a/package-lock.json b/package-lock.json index e34945a..3d1b896 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2a106e9..0748982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.6.1", + "version": "0.7.0", "description": "Cursor-based pagination works with TypeORM.", "main": "lib/index.js", "scripts": {