Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Release v0.3.46 #89

Merged
merged 3 commits into from
Jun 11, 2019
Merged

Release v0.3.46 #89

merged 3 commits into from
Jun 11, 2019

Conversation

kevinxh
Copy link
Contributor

@kevinxh kevinxh commented Jun 11, 2019

Currently if a developer installs mobify-client and use Node 4. The client will break because the connect library uses a library called debug with version *, what this means is it will use the latest version of the library. The latest version of debug does not support Node 4 anymore by introducing ES6 syntax like let.

At this point, we want to keep the compatibility with Node 4 so nobody's work is interrupted.

Release a patch version to upgrade connect library.

@noahadams
Copy link
Contributor

tested with node 4, seems happy

Copy link
Contributor

@noahadams noahadams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kevinxh
Copy link
Contributor Author

kevinxh commented Jun 11, 2019

@kevinxh kevinxh merged commit 4cfb791 into master Jun 11, 2019
@kevinxh kevinxh deleted the v0.3.46 branch June 11, 2019 20:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants