diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c9451..15df4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - Upgrade prettier, update prettier & react-hooks eslint plugins [[#456](https://github.com/jlfwong/speedscope/pull/456)] (by @jlfwong) diff --git a/package-lock.json b/package-lock.json index d9e17b9..728932d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "speedscope", - "version": "1.17.0", + "version": "1.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "speedscope", - "version": "1.17.0", + "version": "1.18.0", "license": "MIT", "dependencies": { "open": "7.2.0" diff --git a/package.json b/package.json index ff02b6f..2b27cff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedscope", - "version": "1.17.0", + "version": "1.18.0", "description": "", "repository": "jlfwong/speedscope", "main": "index.js",