-
Notifications
You must be signed in to change notification settings - Fork 754
Release notes for 2.29.1? #2029
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
Comments
I think this issue is resolved? Please let me know if that's not the case :) |
There are release notes published for 2.29.0 and 2.29.2, but not for 2.29.1. |
Ahh sorry I was referring to the underlying issue you linked to! but yes, should update the release also :) |
Thanks for adding https://github.com/BrowserSync/browser-sync/releases/tag/v2.29.1 ! You should probably set https://github.com/BrowserSync/browser-sync/releases/tag/v2.29.3 as latest (again) to align with |
Done! thank you :) |
Great! All is now clean 🙂 ! |
@shakyShane
Thanks very much for the 2.29.1 release! Will you add release notes to https://github.com/BrowserSync/browser-sync/releases?
This patch stops browser-sync from provoking Cypress issue "Couldn't find tsconfig.json" warning when no TypeScript in project cypress-io/cypress#25335 by removing
"typescript": "^4.6.2"
fromdependencies
in packages/browser-sync-client/package.json. Although it persists indevDependencies
this doesn't confuse Cypress anymore!(See v2.29.0...v2.29.1.)
The text was updated successfully, but these errors were encountered: