Skip to content

Commit

Permalink
1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ytiurin committed Jan 2, 2024
1 parent 9055491 commit c882aee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.2]

### Changed

- Destructured text reader into composable verifiers
Expand Down Expand Up @@ -204,7 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First working version with 75 language patterns

[unreleased]: https://github.com/ytiurin/hyphen/compare/v1.10.1...HEAD
[unreleased]: https://github.com/ytiurin/hyphen/compare/v1.10.2...HEAD
[v1.10.2]: https://github.com/ytiurin/hyphen/compare/v1.10.1...v1.10.2
[v1.10.1]: https://github.com/ytiurin/hyphen/compare/v1.10.0...v1.10.1
[v1.10.0]: https://github.com/ytiurin/hyphen/compare/v1.9.1...v1.10.0
[v1.9.1]: https://github.com/ytiurin/hyphen/compare/v1.9.0...v1.9.1
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![npm version](https://badge.fury.io/js/hyphen.svg)](https://badge.fury.io/js/hyphen)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

# hyphen
Expand Down Expand Up @@ -691,8 +692,8 @@ Predefined `hyphenate` functions are set in every language pack.
It is possible to use `hyphen` on older websites with [jsDelivr](https://www.jsdelivr.com/) network. Check the [package page](https://www.jsdelivr.com/package/npm/hyphen) on their website.

```html
<script src="https://cdn.jsdelivr.net/npm/hyphen@1.10.1/patterns/en-us.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/hyphen@1.10.1/hyphen.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/hyphen@1.10.2/patterns/en-us.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/hyphen@1.10.2/hyphen.min.js"></script>
```

After the script is added on your page, use еру `createHyphenator` to create a `hyphenate` function.
Expand Down
2 changes: 1 addition & 1 deletion scripts/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyphen",
"version": "1.10.1",
"version": "1.10.2",
"description": "Text hyphenation in Javascript.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c882aee

Please sign in to comment.