Skip to content

Commit

Permalink
^ Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Nov 12, 2019
1 parent 2035daf commit b82dace
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added

- Support for `%k` strftime format to match Ruby strftime
- Nothing

### Changed

Expand All @@ -18,6 +18,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


## [3.5.0] - 2019-11-12

### Added

- [JS] Support for `%k` strftime format to match Ruby strftime
(PR: https://github.com/fnando/i18n-js/pull/554)


## [3.4.2] - 2019-11-11

### Fixed
Expand Down Expand Up @@ -425,8 +433,9 @@ And today is not April Fools' Day



[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.4.2...HEAD
[3.4.1]: https://github.com/fnando/i18n-js/compare/v3.4.1...v3.4.2
[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.5.0...HEAD
[3.5.0]: https://github.com/fnando/i18n-js/compare/v3.4.2...v3.5.0
[3.4.2]: https://github.com/fnando/i18n-js/compare/v3.4.1...v3.4.2
[3.4.1]: https://github.com/fnando/i18n-js/compare/v3.4.0...v3.4.1
[3.4.0]: https://github.com/fnando/i18n-js/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/fnando/i18n-js/compare/v3.2.3...v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/js/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

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

0 comments on commit b82dace

Please sign in to comment.