typesafehub / js-engine

A JavaScript Engine Library - provides an abstract of a means to execute JavaScript code where no browser is involved.
Other
72 stars 20 forks source link

Release new version #57

Closed benmccann closed 7 years ago

benmccann commented 7 years ago

@gmethvin @wsargent would you be able to cut a new version?

benmccann commented 7 years ago

@mkurz I'm assuming you don't have access to release?

mkurz commented 7 years ago

@benmccann No

wsargent commented 7 years ago

@benmccann I can do it.

wsargent commented 7 years ago

@benmccann 1.2.2 or 1.3.0?

mkurz commented 7 years ago

I think 1.2.2 should be enough because if you look at the master branch only one commit got reverted.

benmccann commented 7 years ago

Yeah, 1.2.2

wsargent commented 7 years ago

Done.

benmccann commented 7 years ago

Thanks!!