Skip to content

Commit

Permalink
bumping to 3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Sep 26, 2021
1 parent fe00785 commit d10e0d4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [3.20.0] / 2021-09-25

### New export

- Exporting `BigNumber` class. See issue [#48](https://github.com/jonathanpmartins/v-money3/issues/48)
- TS improvements.
- Dev dependencies upgrade.

## [3.19.1] / 2021-09-10

### Improvements
Expand Down Expand Up @@ -321,6 +329,8 @@ Fixing a problem with cursor position when deleting a digit.

- First Release with Vue 3 integration.

[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
[3.18.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.17.6...v3.18.0
[3.17.6]: https://github.com/jonathanpmartins/v-money3/compare/v3.17.5...v3.17.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ A console warn with more information will be shown!
Use it directly in the browser!

```html
<script src="https://unpkg.com/v-money3@3.19.1/dist/v-money3.umd.js"></script>
<script src="https://unpkg.com/v-money3@3.20.0/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/bulma@0.9.2/css/bulma.min.css">
<script src="https://unpkg.com/vue@3.2.4/dist/vue.global.js"></script>
<script src="https://unpkg.com/v-money3@3.19.1/dist/v-money3.umd.js"></script>
<script src="https://unpkg.com/v-money3@3.20.0/dist/v-money3.umd.js"></script>
<script src="./src/main.js" type="module"></script>

<!-- <script src="./dist/v-money3.umd.js" type="module"></script>-->
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.19.1",
"version": "3.20.0",
"description": "Vue3 currency input/directive mask",
"main": "./dist/v-money3.umd.js",
"module": "./dist/v-money3.es.js",
Expand Down

0 comments on commit d10e0d4

Please sign in to comment.