Skip to content

Commit

Permalink
chore(master): release 1.4.0 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 10, 2023
1 parent d604433 commit 4886407
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/dm4t2/intl-number-input/compare/v1.3.1...v1.4.0) (2023-06-10)


### Features

* add `destroy` function for removing event listeners (closes [#18](https://github.com/dm4t2/intl-number-input/issues/18)) ([d604433](https://github.com/dm4t2/intl-number-input/commit/d60443317f193d9bfeef714ecd49b3698f15687e))

## [1.3.1](https://github.com/dm4t2/intl-number-input/compare/v1.3.0...v1.3.1) (2022-10-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "intl-number-input",
"description": "Easy input of formatted numbers based on the ECMAScript Internationalization API (ECMA-402).",
"version": "1.3.1",
"version": "1.4.0",
"license": "MIT",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 4886407

Please sign in to comment.