Skip to content

Commit

Permalink
chore: release v1.3.1 (#16)
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 Oct 24, 2022
1 parent 8eb38a3 commit 70905af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* update bundle file extensions (closes [#15](https://github.com/dm4t2/intl-number-input/issues/15)) ([8eb38a3](https://github.com/dm4t2/intl-number-input/commit/8eb38a3c977150217954621eda2d5f00c2dc1a2c))

## [1.3.0](https://www.github.com/dm4t2/intl-number-input/compare/v1.2.1...v1.3.0) (2022-04-01)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "intl-number-input",
"description": "Easy input of formatted numbers based on the ECMAScript Internationalization API (ECMA-402).",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down

0 comments on commit 70905af

Please sign in to comment.