Skip to content

Commit 0f0826f

Browse files
authored
release 3.3.1 (for realz, this time) (#149)
1 parent 285ff8f commit 0f0826f

File tree

4 files changed

+1581
-5
lines changed

4 files changed

+1581
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ You can also migrate to `balanceText()` from jQuery using this guide (shown comp
7777
```
7878

7979
## Use from a CDN
80-
[//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)
80+
[//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)
8181

82-
[//cdn.jsdelivr.net/npm/[email protected].0/balancetext.min.js](//cdn.jsdelivr.net/npm/[email protected].0/balancetext.min.js)
82+
[//cdn.jsdelivr.net/npm/[email protected].1/balancetext.min.js](//cdn.jsdelivr.net/npm/[email protected].1/balancetext.min.js)
8383

8484

8585
### Legacy (3.2.1)
@@ -153,4 +153,4 @@ Contributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING
153153
* v 3.0.0 - Remove the jQuery dependency (BrianGenisio, bfred-it)
154154
* v 3.1.x - Support for hyphens, white-space:nowrap
155155
* v 3.2.x - Support for unwatch (weotch), non-breaking-space fix (bjnsn)
156-
* v 3.3.0 - Support Server Side rendering (jakimarks)
156+
* v 3.3.x - Support Server Side rendering (jakimarks), accessibility fix (jonjahr)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balance-text",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"authors": [
55
"Adobe Systems, Inc. <https://github.com/adobe-webplatform>"
66
],

0 commit comments

Comments
 (0)