Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Mar 28, 2019
1 parent a26eb1f commit 1b03d99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0 / 28 March 2019

* Bundle TypeScript definitions [#10]. Thanks, [@cliedeman]!

## 1.0.1 / 31 January 2019

* Bump dependencies. This notably silences a `npm audit` warning [#7].
Expand Down Expand Up @@ -25,5 +29,7 @@
* Initial release.
* Support returning range object from queries.

[@cliedeman]: https://github.com/cliedeman
[js-strange]: https://github.com/moll/js-strange
[#7]: https://github.com/WhoopInc/node-pg-range/issues/7
[#7]: https://github.com/WhoopInc/node-pg-range/issues/7
[#10]: https://github.com/WhoopInc/node-pg-range/issues/10
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-range",
"version": "1.0.1",
"version": "1.1.0",
"description": "node-postgres plugin to parse range columns",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1b03d99

Please sign in to comment.