Skip to content

Commit aee2dfd

Browse files
committed
1.11.0
1 parent d9b3950 commit aee2dfd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Unreleased
22

3+
## [1.11.0] - 2020-10-13
4+
5+
### Added
6+
7+
- Support remapping profiles using source maps [[#317](https://github.com/jlfwong/speedscope/pull/317)]
8+
9+
### Fixed
10+
11+
- Fix line & column numbers in imports from Chrome & Firefox [[#318](https://github.com/jlfwong/speedscope/pull/318)]
12+
313
## [1.10.0] - 2020-09-29
414

515
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speedscope",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "",
55
"repository": "jlfwong/speedscope",
66
"main": "index.js",

0 commit comments

Comments
 (0)