This commit is contained in:
Jamie Wong 2024-11-16 22:13:13 -08:00
parent e468c60229
commit d36c3a5442
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [1.21.0] - 2024-11-16
- Add support for Instruments 16 Time Profile Deep Copy [[#484](https://github.com/jlfwong/speedscope/pull/484)] (by @robert3005)
- Fix bug where import after error continues failing [[#463](https://github.com/jlfwong/speedscope/pull/463)] (by @tom93)
- Bundle the font [[#472](https://github.com/jlfwong/speedscope/pull/472)] (by @Krinkle)
- Clarify specification of startValue in speedscope file format [[#464](https://github.com/jlfwong/speedscope/pull/464)] (by @tom93)
## [1.20.0] - 2024-01-12 ## [1.20.0] - 2024-01-12
- Partition based on samples instead of traceEvents when importing a sample-based chrome trace [[#460](https://github.com/jlfwong/speedscope/pull/460)] (by @zacharyfmarion) - Partition based on samples instead of traceEvents when importing a sample-based chrome trace [[#460](https://github.com/jlfwong/speedscope/pull/460)] (by @zacharyfmarion)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "speedscope", "name": "speedscope",
"version": "1.20.0", "version": "1.21.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "speedscope", "name": "speedscope",
"version": "1.20.0", "version": "1.21.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"open": "7.2.0" "open": "7.2.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "speedscope", "name": "speedscope",
"version": "1.20.0", "version": "1.21.0",
"description": "", "description": "",
"repository": "jlfwong/speedscope", "repository": "jlfwong/speedscope",
"main": "index.js", "main": "index.js",