mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-25 01:45:48 +03:00
1.18.0
This commit is contained in:
parent
4feb1e564d
commit
bea0ef6913
@ -1,3 +1,8 @@
|
|||||||
|
## [1.18.0] - 2023-12-26
|
||||||
|
|
||||||
|
- Add hermes-specific support for the trace event format [[#458](https://github.com/jlfwong/speedscope/pull/458)] (by @zacharyfmarion)
|
||||||
|
- Update README-ADMINS.md with npm login instructions [[#457](https://github.com/jlfwong/speedscope/pull/457)] (by @jlfwong)
|
||||||
|
|
||||||
## [1.17.0] - 2023-12-25
|
## [1.17.0] - 2023-12-25
|
||||||
|
|
||||||
- Upgrade prettier, update prettier & react-hooks eslint plugins [[#456](https://github.com/jlfwong/speedscope/pull/456)] (by @jlfwong)
|
- Upgrade prettier, update prettier & react-hooks eslint plugins [[#456](https://github.com/jlfwong/speedscope/pull/456)] (by @jlfwong)
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "speedscope",
|
"name": "speedscope",
|
||||||
"version": "1.17.0",
|
"version": "1.18.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "speedscope",
|
"name": "speedscope",
|
||||||
"version": "1.17.0",
|
"version": "1.18.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"open": "7.2.0"
|
"open": "7.2.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "speedscope",
|
"name": "speedscope",
|
||||||
"version": "1.17.0",
|
"version": "1.18.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": "jlfwong/speedscope",
|
"repository": "jlfwong/speedscope",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user