Skip to content

Commit

Permalink
^ Release 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Jun 30, 2020
1 parent d7e15c4 commit 5e36000
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Expand Up @@ -18,6 +18,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


## [3.7.1] - 2020-06-30

### Fixed

- [JS] For translation missing behaviour `guess`, replace all underscores to spaces properly
(PR: https://github.com/fnando/i18n-js/pull/574)


## [3.7.0] - 2020-05-29

### Added
Expand Down Expand Up @@ -457,8 +465,9 @@ And today is not April Fools' Day



[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.7.0...HEAD
[3.6.0]: https://github.com/fnando/i18n-js/compare/v3.6.0...v3.7.0
[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.7.1...HEAD
[3.7.1]: https://github.com/fnando/i18n-js/compare/v3.7.0...v3.7.1
[3.7.0]: https://github.com/fnando/i18n-js/compare/v3.6.0...v3.7.0
[3.6.0]: https://github.com/fnando/i18n-js/compare/v3.5.1...v3.6.0
[3.5.1]: https://github.com/fnando/i18n-js/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/fnando/i18n-js/compare/v3.4.2...v3.5.0
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/js/version.rb
Expand Up @@ -2,6 +2,6 @@

module I18n
module JS
VERSION = "3.7.0"
VERSION = "3.7.1"
end
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "i18n-js",
"version": "3.7.0",
"version": "3.7.1",
"description": "A javascript library similar to Ruby on Rails i18n gem",
"author": "Nando Vieira",
"license": "MIT",
Expand Down

0 comments on commit 5e36000

Please sign in to comment.