-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(!): converts to typescript #41
feat(!): converts to typescript #41
Conversation
- Only named exports - No more CJS, only ESM - Adds auto-publish - Adds dependabot BREAKING CHANGE: switch to named exports, ESM only
N.b. to get the auto-publish goodness, create a repository secret here called |
Co-authored-by: Vasco Santos <santos.vasco10@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #41 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 3 48 +45
Branches 0 7 +7
=========================================
+ Hits 3 48 +45
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks ❤️
## [2.0.0](v1.0.1...v2.0.0) (2022-01-12) ### ⚠ BREAKING CHANGES * **!:** switch to named exports, ESM only Co-authored-by: Vasco Santos <santos.vasco10@gmail.com> ### Features * **!:** converts to typescript ([#41](#41)) ([cdd51a0](cdd51a0)) ### Trivial Changes * add badges ([#4](#4)) ([7e482ba](7e482ba)) * add github actions badge ([#11](#11)) ([7fe37b0](7fe37b0)) * **deps-dev:** bump aegir from 27.0.0 to 28.2.0 ([#7](#7)) ([3e8e431](3e8e431)) * **deps-dev:** bump aegir from 28.2.0 to 29.0.1 ([#8](#8)) ([f716d14](f716d14)) * **deps-dev:** bump aegir from 29.2.2 to 30.0.1 ([#10](#10)) ([e272f06](e272f06)) * remove ignored deps from dependabot ([b6e4832](b6e4832)) * update badge to main branch ([#5](#5)) ([6b8ae39](6b8ae39)) * update deps ([#21](#21)) ([e75ac45](e75ac45)) * use gh actions ci ([#9](#9)) ([c1f2ab5](c1f2ab5))
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: switch to named exports, ESM only