From 60f1812e510235da47ea71d58fb23f022dced7de Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Mon, 25 Dec 2023 22:40:40 -0500 Subject: [PATCH] 1.17.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9687224b3..66c9451ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [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 typescript & eslint to latest, fix resulting errors [[#455](https://github.com/jlfwong/speedscope/pull/455)] (by @jlfwong) +- Re-enable eslint prettier rule after being accidentally disabled for 3 years [[#454](https://github.com/jlfwong/speedscope/pull/454)] (by @jlfwong) +- Support the chrome JSON trace format (allows viewing of hermes traces) [[#453](https://github.com/jlfwong/speedscope/pull/453)] (by @zacharyfmarion) +- Fix bug in selectQueueToTakeFromNext for trace profiles [[#450](https://github.com/jlfwong/speedscope/pull/450)] (by @zacharyfmarion) +- Add bounds checking for sampleTypeIndex [[#449](https://github.com/jlfwong/speedscope/pull/449)] (by @jlfwong) +- Update README-zh_CN.md [[#442](https://github.com/jlfwong/speedscope/pull/442)] (by @byronhe) +- Update publish-and-deploy to remove automated release creation [[#440](https://github.com/jlfwong/speedscope/pull/440)] (by @jlfwong) + ## [1.16.0] - 2023-07-16 - Automate more of the release process [[#439](https://github.com/jlfwong/speedscope/pull/439)] (by @jlfwong) diff --git a/package-lock.json b/package-lock.json index 962546f67..d9e17b907 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "speedscope", - "version": "1.16.0", + "version": "1.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "speedscope", - "version": "1.16.0", + "version": "1.17.0", "license": "MIT", "dependencies": { "open": "7.2.0" diff --git a/package.json b/package.json index 0bdb26f8a..ff02b6ff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedscope", - "version": "1.16.0", + "version": "1.17.0", "description": "", "repository": "jlfwong/speedscope", "main": "index.js",