Rev source_maps patch number, package is now 0.9.3. R=sigmund@google.com Review URL: https://codereview.chromium.org//396833003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/source_maps@38295 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkgs/source_maps/CHANGELOG.md b/pkgs/source_maps/CHANGELOG.md index f40a16d..7767fc1 100644 --- a/pkgs/source_maps/CHANGELOG.md +++ b/pkgs/source_maps/CHANGELOG.md
@@ -1,3 +1,9 @@ +## 0.9.3 + +* Support writing SingleMapping objects to source map version 3 format. +* Support the `sourceRoot` field in the SingleMapping class. +* Support updating the `targetUrl` field in the SingleMapping class. + ## 0.9.2+2 * Fix a bug in `FixedSpan.getLocationMessage`.
diff --git a/pkgs/source_maps/pubspec.yaml b/pkgs/source_maps/pubspec.yaml index e6e749c..ae0323d 100644 --- a/pkgs/source_maps/pubspec.yaml +++ b/pkgs/source_maps/pubspec.yaml
@@ -7,7 +7,7 @@ # # When the minor version is upgraded, you *must* update that version constraint # in pub to stay in sync with this. -version: 0.9.2+4-dev +version: 0.9.3 author: Dart Team <misc@dartlang.org> description: Library to programmatically manipulate source map files. homepage: http://www.dartlang.org