Skip to content

Commit

Permalink
I18next update (#14)
Browse files Browse the repository at this point in the history
* i18next version

* bump version
  • Loading branch information
aurimas4 authored and vbartusevicius committed Jan 20, 2020
1 parent 6dcd546 commit 01362ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.0.1
### Changed
- supports both versions of `i18next`(^15.0.5 and ^19.0.0)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paysera/error-message-resolver",
"version": "1.0.0",
"version": "1.0.1",
"description": "Library that helps resolve error messages",
"main": "dist/main.js",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"i18next": "^15.0.5",
"i18next": "^15.0.5 || ^19.0.0",
"lodash": "^4.17.11",
"moment": "^2.24.0"
}
Expand Down

0 comments on commit 01362ab

Please sign in to comment.