ngx-currency
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -5,2 +5,17 @@ # Changelog | ||
### [2.4.1](https://github.com/nbfontana/ngx-currency/compare/v2.3.3...v2.4.1) (2020-08-05) | ||
### Bug Fixes | ||
* fix android chrome support ([c718534](https://github.com/nbfontana/ngx-currency/commit/c718534)), closes [#90](https://github.com/nbfontana/ngx-currency/issues/90) [#100](https://github.com/nbfontana/ngx-currency/issues/100) | ||
### Build System | ||
* **deps-dev:** bump codecov from 3.6.5 to 3.7.1 ([64a2cf1](https://github.com/nbfontana/ngx-currency/commit/64a2cf1)) | ||
* **deps-dev:** bump standard-version from 6.0.1 to 8.0.1 ([1041bc0](https://github.com/nbfontana/ngx-currency/commit/1041bc0)) | ||
## [2.4.0](https://github.com/nbfontana/ngx-currency/compare/v2.3.3...v2.4.0) (2020-08-05) | ||
@@ -14,3 +29,9 @@ | ||
### Build System | ||
* **deps-dev:** bump codecov from 3.6.5 to 3.7.1 ([64a2cf1](https://github.com/nbfontana/ngx-currency/commit/64a2cf1)) | ||
* **deps-dev:** bump standard-version from 6.0.1 to 8.0.1 ([1041bc0](https://github.com/nbfontana/ngx-currency/commit/1041bc0)) | ||
### [2.3.3](https://github.com/nbfontana/ngx-currency/compare/v2.3.2...v2.3.3) (2020-04-22) | ||
@@ -17,0 +38,0 @@ |
{ | ||
"$schema": "./node_modules/ng-packagr/package.schema.json", | ||
"name": "ngx-currency", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
"chai": "4.2.0", | ||
"codecov": "3.6.5", | ||
"codecov": "3.7.1", | ||
"codelyzer": "4.5.0", | ||
@@ -73,3 +73,3 @@ "commitizen": "3.1.1", | ||
"sinon-chai": "3.3.0", | ||
"standard-version": "6.0.1", | ||
"standard-version": "8.0.1", | ||
"ts-loader": "6.0.0", | ||
@@ -76,0 +76,0 @@ "ts-node": "7.0.1", |
591450