diff --git a/CHANGELOG.md b/CHANGELOG.md index 42227f8..a121b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### [v8.1.3](https://github.com/fabiospampinato/cash/releases/tag/8.1.3) (2023-01-31) + +- $.fn.text: ensuring it reads text from every node in the collection, not just the first one, for better alignment with jQuery + ### [v8.1.2](https://github.com/fabiospampinato/cash/releases/tag/8.1.2) (2022-11-18) - Migration guide: mentioning $.fn.css as a potential workaround for ignoring the effects of CSS transforms diff --git a/README.md b/README.md index 8fd4e7f..ca56021 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ If you're migrating from jQuery be sure to read our [migration guide](https://gi ## Usage -Get Cash from [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/8.1.2/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@8.1.2/dist/cash.min.js) and use it like this: +Get Cash from [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/8.1.3/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@8.1.3/dist/cash.min.js) and use it like this: ```html - +