This commit is contained in:
Jamie Wong
2025-01-15 14:56:25 -08:00
parent 103e441e27
commit c04a148518
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
## [1.21.2] - 2025-01-15
- Switch from parcel to esbuild [[#432](https://github.com/jlfwong/speedscope/pull/432)] (by @jlfwong)
- Revert "Upgrade to parcel 2.13.3" [[#492](https://github.com/jlfwong/speedscope/pull/492)] (by @jlfwong)
- Upgrade to parcel 2.13.3 [[#492](https://github.com/jlfwong/speedscope/pull/492)] (by @jlfwong)
- Add link to async-profiler wiki page to README
## [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)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "speedscope",
"version": "1.21.0",
"version": "1.21.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "speedscope",
"version": "1.21.0",
"version": "1.21.2",
"license": "MIT",
"dependencies": {
"open": "7.2.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.21.0",
"version": "1.21.2",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",