Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

/*
!/bin
!/lib
!LICENSE
!*.md
!package.json
!index.js
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Change log

## [v0.4.3] - 2017-12-01
- **Fixed:** Environment variable names on Linux.[\#76]
- **Fixed:** Environment variable names on Linux [\#76]
- **Added:** Goto User-Defined Time Index [\#68]
- **Added:** Pause, Rewind and Fast Forward Graphs [\#67]
- **Added:** Longer history for graphs [\#64]

## [v0.4.2] - 2017-12-01
## v0.4.2 - 2017-12-01
- **Not Published**: Bad release.

## [v0.4.1] - 2017-03-21
Expand Down Expand Up @@ -51,6 +51,7 @@
- *Internal*: Remove dependency on root-require, update repo url in package.json [\#2]
- *Internal*: Test scaffolding and basic reporter integration test [\#3]

[v0.4.3]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.4.1...v0.4.3
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.4.2 is a bad version, so this compare is meant to be v0.4.1...v0.4.3

[v0.4.1]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.2.1...v0.3.0
Expand All @@ -59,6 +60,7 @@
[v0.1.2]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.1.0...v0.1.1

[\#76]: https://github.com/FormidableLabs/nodejs-dashboard/pull/76
[\#68]: https://github.com/FormidableLabs/nodejs-dashboard/pull/72
[\#67]: https://github.com/FormidableLabs/nodejs-dashboard/pull/70
[\#64]: https://github.com/FormidableLabs/nodejs-dashboard/pull/66
Expand Down