Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-lam committed Oct 27, 2019
1 parent b442e47 commit 40142fb
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
@@ -1,5 +1,15 @@
# Changelog

## [3.0.7] - 2019-10-27

### Changed

- Updated dev dependencies

### Fixed

- Fixed failing lint due to updated dev dependencies

## [3.0.6] - 2019-09-02

### Changed
Expand Down
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": "priority-q",
"version": "3.0.6",
"version": "3.0.7",
"description": "A simple modern JavaScript implementation of a priority queue data structure class.",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 40142fb

Please sign in to comment.