This commit is contained in:
Jamie Wong
2025-02-15 12:55:08 -08:00
parent 0e153f0a2c
commit b17f7eeee8
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
## [1.22.1] - 2025-02-15
- 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.0] - 2025-01-16
- Add an example trace with rust mangling
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "speedscope",
"version": "1.22.0",
"version": "1.22.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "speedscope",
"version": "1.22.0",
"version": "1.22.1",
"license": "MIT",
"dependencies": {
"open": "10.1.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.22.0",
"version": "1.22.1",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",