Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c254dcb3e |
@@ -1,3 +1,11 @@
|
||||
## [1.22.2] - 2025-02-15
|
||||
|
||||
- 1.22.1
|
||||
- Update to working `open`, switch to ESM [[#499](https://github.com/jlfwong/speedscope/pull/499)] (by @flying-sheep)
|
||||
- Revert "Fix broken CLI dependency `open`" [[#498](https://github.com/jlfwong/speedscope/pull/498)] (by @flying-sheep)
|
||||
- Fix broken CLI dependency `open` [[#498](https://github.com/jlfwong/speedscope/pull/498)] (by @flying-sheep)
|
||||
- Update README.md [[#496](https://github.com/jlfwong/speedscope/pull/496)] (by @dkuku)
|
||||
|
||||
## [1.22.1] - 2025-02-15
|
||||
|
||||
- Update to working `open`, switch to ESM [[#499](https://github.com/jlfwong/speedscope/pull/499)] (by @flying-sheep)
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "speedscope",
|
||||
"version": "1.22.1",
|
||||
"version": "1.22.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "speedscope",
|
||||
"version": "1.22.1",
|
||||
"version": "1.22.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"open": "10.1.0"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "speedscope",
|
||||
"version": "1.22.1",
|
||||
"version": "1.22.2",
|
||||
"description": "",
|
||||
"repository": "jlfwong/speedscope",
|
||||
"main": "index.js",
|
||||
|
||||
Reference in New Issue
Block a user