microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

Update extends to use `setPrototypeOf` when available #20

Closed mhegazy closed 7 years ago

mhegazy commented 7 years ago

Companion PR for https://github.com/Microsoft/TypeScript/pull/12488

//CC @vvakame, @DanielRosenwasser and @rbuckton

cletusw commented 7 years ago

@mhegazy @rbuckton Can we get an npm version bump for this? Thanks.

DanielRosenwasser commented 7 years ago

@mhegazy @rbuckton What version do we want to publish?

mhegazy commented 7 years ago

1.5, you need to update the version in both files, package.json and bower.json, and you will need to tag as well (this is how bower gets the new version).

DanielRosenwasser commented 7 years ago

Published on npm.

cletusw commented 7 years ago

Awesome, thanks!