-
Notifications
You must be signed in to change notification settings - Fork 1
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: allow importing package.json #38
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/arjunvegda/japanese-moji/7fh8ULyZwJ3tGT1mhE6SjoEUfyLL |
Codecov Report
@@ Coverage Diff @@
## next #38 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 23 23
Lines 249 249
Branches 13 13
=========================================
Hits 249 249 Continue to review full report at Codecov.
|
# [1.1.0-next.2](v1.1.0-next.1...v1.1.0-next.2) (2022-02-21) ### Features * allow importing package.json ([#38](#38)) ([36198a9](36198a9))
🎉 This PR is included in version 1.1.0-next.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* feat: add full width characters (#36) * perf: improve regex perf. by fixing catastrophic backtracking * test: polish tests for kana/kanji fns * feat: add full width characters * docs(readme.md): add link to the website containing demos * chore(release): 1.1.0-next.1 [skip ci] # [1.1.0-next.1](v1.0.0...v1.1.0-next.1) (2022-02-20) ### Features * add full width characters ([#36](#36)) ([13c162b](13c162b)) * docs: add recipes, contribution guide and TOCs (#37) * docs: add recipes, contribution guide and TOCs * chore(package.json): mark package as no side effects * docs(CONTRIBUTING.md): update size of release diagram * docs(readme.md): add types summary to TOC * docs(readme.md): add treeshake support badge * feat: allow importing package.json (#38) * chore(release): 1.1.0-next.2 [skip ci] # [1.1.0-next.2](v1.1.0-next.1...v1.1.0-next.2) (2022-02-21) ### Features * allow importing package.json ([#38](#38)) ([36198a9](36198a9)) * feat: add support for node >=12.22.0 and remove yarn from engine (#40) * chore(release): 1.1.0-next.3 [skip ci] # [1.1.0-next.3](v1.1.0-next.2...v1.1.0-next.3) (2022-02-21) ### Features * add support for node >=12.22.0 and remove yarn from engine ([#40](#40)) ([5b23783](5b23783)) * docs: add custom recipes to the demo page (#39) * docs: improve seo for docs website * chore(package.json): update keywords for npmjs * docs: add custom recipes to the demo page * docs: upgrade japanese-moji version * docs: make thresholds on demo page configurable (#41) * docs: improve anchor scrolling * docs: make thresholds on demo page configurable * docs: add analytics to the website (#42) * docs: add demo links to recipes.md (#43) Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
* feat: add full width characters (#36) * perf: improve regex perf. by fixing catastrophic backtracking * test: polish tests for kana/kanji fns * feat: add full width characters * docs(readme.md): add link to the website containing demos * chore(release): 1.1.0-next.1 [skip ci] # [1.1.0-next.1](v1.0.0...v1.1.0-next.1) (2022-02-20) ### Features * add full width characters ([#36](#36)) ([13c162b](13c162b)) * docs: add recipes, contribution guide and TOCs (#37) * docs: add recipes, contribution guide and TOCs * chore(package.json): mark package as no side effects * docs(CONTRIBUTING.md): update size of release diagram * docs(readme.md): add types summary to TOC * docs(readme.md): add treeshake support badge * feat: allow importing package.json (#38) * chore(release): 1.1.0-next.2 [skip ci] # [1.1.0-next.2](v1.1.0-next.1...v1.1.0-next.2) (2022-02-21) ### Features * allow importing package.json ([#38](#38)) ([36198a9](36198a9)) * feat: add support for node >=12.22.0 and remove yarn from engine (#40) * chore(release): 1.1.0-next.3 [skip ci] # [1.1.0-next.3](v1.1.0-next.2...v1.1.0-next.3) (2022-02-21) ### Features * add support for node >=12.22.0 and remove yarn from engine ([#40](#40)) ([5b23783](5b23783)) * docs: add custom recipes to the demo page (#39) * docs: improve seo for docs website * chore(package.json): update keywords for npmjs * docs: add custom recipes to the demo page * docs: upgrade japanese-moji version * docs: make thresholds on demo page configurable (#41) * docs: improve anchor scrolling * docs: make thresholds on demo page configurable * docs: add analytics to the website (#42) * docs: add demo links to recipes.md (#43) Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
# [1.1.0](v1.0.0...v1.1.0) (2022-02-21) ### Bug Fixes * trigger build, empty commit ([#45](#45)) ([96d3c03](96d3c03)) ### Features * add full width characters ([#36](#36)) ([13c162b](13c162b)) * add support for node >=12.22.0 and remove yarn from engine ([#40](#40)) ([5b23783](5b23783)) * allow importing package.json ([#38](#38)) ([36198a9](36198a9))
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.