Skip to content

Commit 416c9ef

Browse files
committed
publish 1.1.0: german + portuguese
1 parent 4f2dfa5 commit 416c9ef

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Throw exception for too large numbers.
1313

1414
### Changed
15-
- Grunt
15+
- TODO
1616

1717
### Fixed
1818
- Something
1919

20+
## [1.1.0] - 2019-03-18
21+
### Added
22+
- Support for languages: `de`, `pt`.
23+
2024
## [1.0.0] - 2019-03-08
2125
### Added
2226
- Started the n2words project.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ n2words(123, {lang: 'es'}) // 'ciento veintitrés'
2828
### Supported Languages:
2929

3030
- `en` (English, default)
31+
- `de` (German)
3132
- `es` (Spanish)
3233
- `fr` (French)
34+
- `pt` (Portuguese)
3335

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n2words",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Convert numbers to words",
55
"main": "index.js",
66
"scripts": {
@@ -21,7 +21,9 @@
2121
"language",
2222
"english",
2323
"french",
24-
"spanish"
24+
"spanish",
25+
"german",
26+
"portuguese"
2527
],
2628
"author": "Wael TELLAT",
2729
"license": "MIT",

0 commit comments

Comments
 (0)