This commit is contained in:
Jamie Wong
2020-10-13 01:05:26 -07:00
parent d9b3950274
commit aee2dfdf89
3 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
## Unreleased
## [1.11.0] - 2020-10-13
### Added
- Support remapping profiles using source maps [[#317](https://github.com/jlfwong/speedscope/pull/317)]
### Fixed
- Fix line & column numbers in imports from Chrome & Firefox [[#318](https://github.com/jlfwong/speedscope/pull/318)]
## [1.10.0] - 2020-09-29
### Added

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.10.0",
"version": "1.11.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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