Compare commits

...
1 Commits
Author SHA1 Message Date
Jamie Wong 1c254dcb3e 1.22.2 2025-02-15 13:02:35 -08:00
3 changed files with 11 additions and 3 deletions
+8
View File
@@ -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)
+2 -2
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.22.1",
"version": "1.22.2",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",