Skip to content

Commit

Permalink
update to 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Jul 30, 2021
1 parent 93e302f commit e091b14
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [3.14.2] / 2021-07-30

### Bug

- Fixing an issue that broke a directive feature in the last release. [#23](https://github.com/jonathanpmartins/v-money3/pull/23)

## [3.14.1] / 2021-07-30

### Bug
Expand Down Expand Up @@ -194,6 +200,7 @@ Fixing a problem with cursor position when deleting a digit.

- First Release with Vue 3 integration.

[3.14.2]: https://github.com/jonathanpmartins/v-money3/compare/v3.14.1...v3.14.2
[3.14.1]: https://github.com/jonathanpmartins/v-money3/compare/v3.14.0...v3.14.1
[3.14.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.13.9...v3.14.0
[3.13.9]: https://github.com/jonathanpmartins/v-money3/compare/v3.13.8...v3.13.9
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Must use `v-model.lazy` to bind works properly.
Use it directly in the browser!

```html
<script src="https://unpkg.com/[email protected].1/dist/v-money3.umd.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/v-money3.umd.js"></script>
```

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.
Expand Down
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Hello v-money3! Money Mask for Vue 3</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<script src="https://unpkg.com/[email protected]/dist/vue.global.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/v-money3.umd.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/v-money3.umd.js"></script>
<script src="./src/main.js" type="module"></script>
<!--
To prevent waterfall-loading, we preload
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-money3",
"version": "3.14.1",
"version": "3.14.2",
"description": "Vue3 currency input/directive mask",
"main": "./dist/v-money3.umd.js",
"module": "./dist/v-money3.es.js",
Expand Down

0 comments on commit e091b14

Please sign in to comment.