Comparing version 3.1.3 to 3.1.4
@@ -10,2 +10,10 @@ # Changelog | ||
## [v3.1.4](https://github.com/artus9033/i18n-plus/compare/v3.1.3...v3.1.4) - 2021-08-26 | ||
### Commits | ||
- Updated changelog & added auto-changelog to devDependencies [`b33a970`](https://github.com/artus9033/i18n-plus/commit/b33a9707db0d7a34b38828c55eb02d607837f439) | ||
- Incremented patch version [`4c53682`](https://github.com/artus9033/i18n-plus/commit/4c53682696e4ed14e41444151982ea7551b2969a) | ||
- Moved auto-bind to dependencies [`3f30318`](https://github.com/artus9033/i18n-plus/commit/3f30318c81cab26bb70d3c37022e57a728344bfb) | ||
## [v3.1.3](https://github.com/artus9033/i18n-plus/compare/v3.1.1...v3.1.3) - 2021-08-26 | ||
@@ -12,0 +20,0 @@ |
{ | ||
"name": "i18n-plus", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Node.js package providing i18n with variable interpolation & conjugation of words with respect to quantifiers, supporting all languages' conjugation rules.", | ||
@@ -22,3 +22,2 @@ "main": "dist/index.js", | ||
"@types/node": "^16.7.0", | ||
"auto-bind": "^4.0.0", | ||
"auto-changelog": "^2.3.0", | ||
@@ -35,2 +34,3 @@ "better-docs": "^2.3.2", | ||
"dependencies": { | ||
"auto-bind": "^4.0.0", | ||
"chokidar": "^3.5.2", | ||
@@ -37,0 +37,0 @@ "json5": "^2.2.0", |
82423
12
7
+ Addedauto-bind@^4.0.0
+ Addedauto-bind@4.0.0(transitive)