This commit is contained in:
Jamie Wong 2023-12-26 17:12:59 -05:00
parent 4feb1e564d
commit bea0ef6913
3 changed files with 8 additions and 3 deletions

View File

@ -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
View File

@ -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"

View File

@ -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",