diff --git a/CHANGELOG.md b/CHANGELOG.md index 580ad8a1..555e2709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Version 4.1.3 +- Ensuring Cash can be bundled correctly via WebPack +- $.fn.toggle: ensuring each element is toggled independently +- TypeScript: ensuring some useful internal types are exported +- TypeScript: made types a little more forgiving + ### Version 4.1.2 - Avoiding publishing unnecessary files to NPM diff --git a/README.md b/README.md index 213f47a3..54a70221 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,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/4.1.2/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@4.1.2/dist/cash.min.js) and use it like this: +Get Cash from [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/4.1.3/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@4.1.3/dist/cash.min.js) and use it like this: ```html - +