swiftwasm / JavaScriptKit

Swift framework to interact with JavaScript through WebAssembly.
https://swiftpackageindex.com/swiftwasm/JavaScriptKit/main/documentation/javascriptkit
MIT License
693 stars 45 forks source link

Bump version to v0.12.0 #160

Closed yonihemi closed 2 years ago

MaxDesiatov commented 2 years ago

WDYT about releasing this as 0.12.0 instead? Technically, 0.11.2 would be purely for bugfixes, according to semver it's 0.12.0 due to some additions.

MaxDesiatov commented 2 years ago

Should we tag the release, or is there something blocking?

MaxDesiatov commented 2 years ago

I was only thinking of including the Hashable conformance on JSObject, but not sure if I will have to submit a PR in the next few days/weeks. Feel free to postpone that issue to 0.13.0 if neither of you have time to squeeze it in for 0.12.0 before it's tagged.