Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin658 committed Feb 21, 2022
1 parent 0051ad4 commit 61aa563
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 61aa563

Please sign in to comment.