diff --git a/CHANGELOG.md b/CHANGELOG.md index a99ade2..7058dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.20.1] / 2021-10-05 + +### Fix + +- Fixing a problem with multiple components in a loop sharing the same config options. Issue [#49](https://github.com/jonathanpmartins/v-money3/issues/49) + ## [3.20.0] / 2021-09-25 ### New export @@ -329,6 +335,7 @@ Fixing a problem with cursor position when deleting a digit. - First Release with Vue 3 integration. +[3.20.1]: https://github.com/jonathanpmartins/v-money3/compare/v3.20.0...v3.20.1 [3.20.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.19.1...v3.20.0 [3.19.1]: https://github.com/jonathanpmartins/v-money3/compare/v3.19.0...v3.19.1 [3.19.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.18.0...v3.19.0 diff --git a/README.md b/README.md index 000c9f0..d337f8d 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ A console warn with more information will be shown! Use it directly in the browser! ```html - + ``` Take a look at issue [#15](https://github.com/jonathanpmartins/v-money3/issues/15#issuecomment-830988807) and also this [codesandbox](https://codesandbox.io/s/mystifying-paper-bpfyn?file=/index.html) working example. diff --git a/example/index.html b/example/index.html index 3afc6b6..a3ed299 100644 --- a/example/index.html +++ b/example/index.html @@ -7,7 +7,7 @@