Skip to content

Commit

Permalink
v1.7.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Apr 26, 2024
1 parent a6ffc85 commit 4d11d0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log

### Next

* Drop support for Meteor 1.4 - 1.8.2
* Add support for Meteor 3
* Add remote heap snapshots
*

### v1.6.3
March 16, 2022

* Support `MONTI_PROFILE_LOCALLY` env var in addition to `KADIRA_PROFILE_LOCALLY`
* Fixed broken links and updated screenshot in readme
* Fix race condition where job could start multiple times (requires the agent to be connected to an endpoint that returns the necessary information)

### v1.6.2
August 30, 2021
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
"summary": "CPU Profiler for Meteor (used with Monti APM)",
"version": "1.6.3",
"version": "1.7.0-beta.1",
"git": "https://github.com/monti-apm/meteor-profiler.git",
"name": "montiapm:profiler"
});
Expand Down

0 comments on commit 4d11d0c

Please sign in to comment.