Skip to content

Commit 64f2a61

Browse files
committed
version up minor
1 parent 9bfdb4c commit 64f2a61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515
- N/A
1616

17-
## [1.3.0] - 2019-12-28
17+
## [1.3.1] - 2019-12-28
1818
### Added
19-
- Support for language: `tr`.
19+
- Support for new language: `tr`.
2020
- CI/CD with GitHub Actions.
21-
- `.npmignore` and publish from CI/CD.
21+
- `.npmignore`, `.npmrc`, and publish from CI/CD.
2222
### Changed
23-
- Split tests to a file per languague
23+
- Split tests to one file per language
2424
- Update dev packages
2525

2626
## [1.2.0] - 2019-03-23

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n2words",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Convert numbers to words",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)