Skip to content

Commit

Permalink
release 3.3.1 (for realz, this time) (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
redmunds authored Mar 27, 2022
1 parent 285ff8f commit 0f0826f
Show file tree
Hide file tree
Showing 4 changed files with 1,581 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ You can also migrate to `balanceText()` from jQuery using this guide (shown comp
```

## Use from a CDN
[//cdnjs.cloudflare.com/ajax/libs/balance-text/3.3.0/balancetext.min.js](//cdnjs.cloudflare.com/ajax/libs/balance-text/3.3.0/balancetext.min.js)
[//cdnjs.cloudflare.com/ajax/libs/balance-text/3.3.1/balancetext.min.js](//cdnjs.cloudflare.com/ajax/libs/balance-text/3.3.1/balancetext.min.js)

[//cdn.jsdelivr.net/npm/balance-text@3.3.0/balancetext.min.js](//cdn.jsdelivr.net/npm/balance-text@3.3.0/balancetext.min.js)
[//cdn.jsdelivr.net/npm/balance-text@3.3.1/balancetext.min.js](//cdn.jsdelivr.net/npm/balance-text@3.3.1/balancetext.min.js)


### Legacy (3.2.1)
Expand Down Expand Up @@ -153,4 +153,4 @@ Contributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING
* v 3.0.0 - Remove the jQuery dependency (BrianGenisio, bfred-it)
* v 3.1.x - Support for hyphens, white-space:nowrap
* v 3.2.x - Support for unwatch (weotch), non-breaking-space fix (bjnsn)
* v 3.3.0 - Support Server Side rendering (jakimarks)
* v 3.3.x - Support Server Side rendering (jakimarks), accessibility fix (jonjahr)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balance-text",
"version": "3.3.0",
"version": "3.3.1",
"authors": [
"Adobe Systems, Inc. <https://github.com/adobe-webplatform>"
],
Expand Down
Loading

0 comments on commit 0f0826f

Please sign in to comment.