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

Commit

Permalink
release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jan 31, 2019
1 parent 40da4a4 commit a4e38f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1 / 31 January 2019

* Bump dependencies. This notably silences a `npm audit` warning [#7].

## 1.0.0 / 24 July 2016

* Subclass returned `Range` objects from [js-strange] objects to provide
Expand All @@ -21,3 +25,4 @@
* Support returning range object from queries.

[js-strange]: https://github.com/moll/js-strange
[#7]: https://github.com/WhoopInc/node-pg-range/issues/7
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.0",
"version": "1.0.1",
"description": "node-postgres plugin to parse range columns",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a4e38f2

Please sign in to comment.