-
Notifications
You must be signed in to change notification settings - Fork 29
Update to v0.15.0 #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to v0.15.0 #57
Conversation
Looks like I'll need to run that changelog generator on this repo. |
I’d be careful about making changes to the package.json file unless you want to make them to all projects that have that file, and have a backup method for the many contrib projects that don’t. If it’s possible to only change the ci.yml file then that’s going to be easier to implement across all these libraries. |
Yeah, that's what we'll do. Unfortunately, I'm not sure if I can script that. |
c9bc870
to
a7b038d
Compare
@thomashoneyman This is ready for another review. |
Description of the change
Backlinking to purescript/purescript#4244
Migrates FFI to ES modules
Checklist: