From 650e505b55536373d42f9de22c812f87acc42d05 Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Sun, 16 Jul 2023 03:04:29 -0700 Subject: [PATCH] 1.16.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de8870089..9687224b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.16.0] - 2023-07-16 + +- Automate more of the release process [[#439](https://github.com/jlfwong/speedscope/pull/439)] (by @jlfwong) +- Improve profile builder performance [[#437](https://github.com/jlfwong/speedscope/pull/437)] (by @Goose97) +- Fix crash when importing big linux perf tool files [[#435](https://github.com/jlfwong/speedscope/pull/435)] (by @Goose97) +- Improve splitLines: return iterator instead [[#434](https://github.com/jlfwong/speedscope/pull/434)] (by @Goose97) +- Fix trimTextMid [[#431](https://github.com/jlfwong/speedscope/pull/431)] (by @jlfwong) +- Added support for Papyrus profiles [[#428](https://github.com/jlfwong/speedscope/pull/428)] (by @xieve) + ## [1.15.2] - 2023-06-21 ### Fixed diff --git a/package-lock.json b/package-lock.json index e19b5d670..0afe1808a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "speedscope", - "version": "1.15.0", + "version": "1.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "speedscope", - "version": "1.15.0", + "version": "1.16.0", "license": "MIT", "dependencies": { "open": "7.2.0" diff --git a/package.json b/package.json index 28c95493e..11256d4cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedscope", - "version": "1.15.2", + "version": "1.16.0", "description": "", "repository": "jlfwong/speedscope", "main": "index.js",