Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: 0.6.9 build and release
Browse files Browse the repository at this point in the history
0.6.8 was already used.
  • Loading branch information
juliemr committed Apr 4, 2016
1 parent 54aec09 commit 1929c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions dist/zone.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,4 @@ interface MacroTask extends Task {
}
interface EventTask extends Task {
}
/** @internal */
declare type AmbientZone = Zone;
/** @internal */
declare type AmbientZoneDelegate = ZoneDelegate;
declare var Zone: ZoneType;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zone.js",
"version": "0.6.8",
"version": "0.6.9",
"description": "Zones for JavaScript",
"main": "dist/zone-node.js",
"browser": "dist/zone.js",
Expand Down

0 comments on commit 1929c0d

Please sign in to comment.