This commit is contained in:
Jamie Wong 2023-12-25 22:40:40 -05:00
parent 1717fecafb
commit 60f1812e51
3 changed files with 14 additions and 3 deletions

View File

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

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.16.0",
"version": "1.17.0",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",